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