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