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