import { Exit } from "@effect/core/io/Exit/definition"; import { Cause } from "@effect/core/io/Cause/definition"; /** * Zips this together with the specified result using the combination * functions. * @tsplus static effect/core/io/Exit.Aspects zipWith * @tsplus pipeable effect/core/io/Exit zipWith * @tsplus location "@effect/core/io/Exit/operations/zipWith" */ export declare function zipWith(that: Exit, f: (a: A, b: B) => C, g: (e: Cause, e1: Cause) => Cause): (self: Exit) => Exit; //# sourceMappingURL=zipWith.d.ts.map