import type { Mod } from "../mod/index.js"; import type { Value } from "../value/index.js"; export declare function solutionAdvanceValue(mod: Mod, value: Value): Value; //# sourceMappingURL=solutionAdvanceValue.d.ts.map