import { Exit } from "@effect/core/io/Exit/definition"; /** * Maps over the error type. * @tsplus static effect/core/io/Exit.Aspects mapError * @tsplus pipeable effect/core/io/Exit mapError * @tsplus location "@effect/core/io/Exit/operations/mapError" */ export declare function mapError(f: (e: E) => E1): (self: import("../definition").Exit) => import("../definition").Exit; //# sourceMappingURL=mapError.d.ts.map