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