import * as Tp from "../../../Collections/Immutable/Tuple/index.js"; import type * as C from "./core.js"; import type * as U from "./utils.js"; /** * Runs both sinks in parallel on the input and combines the results in a tuple. */ export declare function zipPar_[]>(...[s1, s2, ...sinks]: SN & { readonly 0: C.Sink; readonly 1: C.Sink; }): C.Sink, U._InErr, U._In, U._OutErr, U._L, Tp.Tuple<{ [K in keyof SN]: U._Z; }>>; /** * Runs both sinks in parallel on the input and combines the results in a tuple. * * @ets_data_first zipPar_ */ export declare function zipPar[]>(...[s1, ...sinks]: SN & { readonly 0: C.Sink; }): (self: C.Sink) => C.Sink, InErr & U._InErr, In & U._In, OutErr | U._OutErr, L | U._L, Tp.Tuple<[Z, ...{ [K in keyof SN]: U._Z; }]>>; //# sourceMappingURL=zipPar.d.ts.map