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