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