import { Exit } from "@effect/core/io/Exit/definition"; /** * Sequentially zips the this result with the specified result discarding the * first element of the tuple or else returns the failed `Cause`. * @tsplus pipeable-operator effect/core/io/Exit > * @tsplus static effect/core/io/Exit.Aspects zipRight * @tsplus pipeable effect/core/io/Exit zipRight * @tsplus location "@effect/core/io/Exit/operations/zipRight" */ export declare function zipRight(that: Exit): (self: import("../definition").Exit) => import("../definition").Exit; //# sourceMappingURL=zipRight.d.ts.map