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