type alias IntrospectFuncimport { type IntrospectFunc } from "https://deno.land/x/live@1.25.4/engine/block.ts"; definition: (ctx: TransformContext,path: string,ast: DocNode[],) => Promise<BlockModuleRef | undefined>