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, keeping only the events from this * collection. * @tsplus pipeable-operator ParSeq < * @tsplus static ParSeq.Aspects zipLeft * @tsplus pipeable ParSeq zipLeft * @tsplus location "@tsplus/stdlib/collections/ParSeq/zipLeft" */ export declare function zipLeft(that: ParSeq): (self: import("./definition").ParSeq) => import("./definition").ParSeq; //# sourceMappingURL=zipLeft.d.ts.map