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