import { ParSeq } from "@tsplus/stdlib/collections/ParSeq/definition"; /** * Combines this collection of events with that collection of events to * return the Cartesian product of events, combining the elements into a * tuple. * @tsplus static ParSeq.Aspects zip * @tsplus pipeable ParSeq zip * @tsplus location "@tsplus/stdlib/collections/ParSeq/zip" */ export declare function zip(that: ParSeq): (self: import("./definition").ParSeq) => import("./definition").ParSeq; //# sourceMappingURL=zip.d.ts.map