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