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