import type * as C from "./core.js"; /** * Like `zipPar`, but keeps only the result from this sink. */ export declare function zipParLeft_(self: C.Sink, that: C.Sink): C.Sink; /** * Like `zipPar`, but keeps only the result from this sink. * * @ets_data_first zipParLeft_ */ export declare function zipParLeft(that: C.Sink): (self: C.Sink) => C.Sink; //# sourceMappingURL=zipParLeft.d.ts.map