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