import { Exit } from "@effect/core/io/Exit/definition"; /** * Maps over both the error and value type. * @tsplus static effect/core/io/Exit.Aspects mapBoth * @tsplus pipeable effect/core/io/Exit mapBoth * @tsplus location "@effect/core/io/Exit/operations/mapBoth" */ export declare function mapBoth(onFailure: (e: E) => E1, onSuccess: (a: A) => A1): (self: Exit) => Exit; //# sourceMappingURL=mapBoth.d.ts.map