import { introspectWith } from "https://deno.land/x/live@1.25.4/engine/introspect.ts";
type
<TBlockModule extends BlockModule = BlockModule>(addr: IntrospectPath<TBlockModule> | IntrospectPath<TBlockModule>[] | IntrospectFunc, includeReturn?: boolean | ((ts: TsTypeDef) => TsTypeDef | undefined)) => unknown