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