import { Tree } from "@tsplus/stdlib/collections/Tree/definition"; /** * @tsplus static Tree.Aspects reduce * @tsplus pipeable Tree reduce * @tsplus location "@tsplus/stdlib/collections/Tree/reduce" */ export declare function reduce(b: B, f: (b: B, a: A) => B): (self: Tree) => B; //# sourceMappingURL=reduce.d.ts.map