import { Solution } from "../solution"; import { Value } from "../value"; export declare function walk(solution: Solution, value: Value): Value;