import { Env } from "../env"; import { Value } from "../value"; export declare function lookupValueInEnv(env: Env, name: string): Value | undefined;