import { WalkNode } from "../node"; export declare function reduce(source: object, initialValue: T, fn: (accumulator: T, node: WalkNode) => T): T;