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