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