import { Tree } from "@tsplus/stdlib/collections/Tree/definition"; /** * @tsplus static Tree.Aspects zip * @tsplus pipeable Tree zip * @tsplus location "@tsplus/stdlib/collections/Tree/zip" */ export declare function zip(that: Tree): (self: import("./definition").Tree) => import("./definition").Tree; //# sourceMappingURL=zip.d.ts.map