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