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