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