import { Sink } from "@effect/core/stream/Sink/definition/base"; /** * Like `zip`, but keeps only the result from the this sink. * @tsplus pipeable-operator effect/core/stream/Sink < * @tsplus static effect/core/stream/Sink.Aspects zipLeft * @tsplus pipeable effect/core/stream/Sink zipLeft * @tsplus location "@effect/core/stream/Sink/operations/zipLeft" */ export declare function zipLeft(that: Sink): (self: import("../definition").Sink) => import("../definition").Sink; //# sourceMappingURL=zipLeft.d.ts.map