import type { Ctx } from "../ctx/index.js"; import type { Value } from "../value/index.js"; export declare function ctxLookupType(ctx: Ctx, name: string): Value | undefined; //# sourceMappingURL=ctxLookupType.d.ts.map