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