import type * as Tp from "../../../../Collections/Immutable/Tuple/index.js"; import type * as C from "../core.js"; export declare function zipPar_(self: C.Channel, that: C.Channel): C.Channel>; /** * @ets_data_first zipPar_ */ export declare function zipPar(that: C.Channel): (self: C.Channel) => C.Channel>; //# sourceMappingURL=zipPar.d.ts.map