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