import { STM } from "@effect/core/stm/STM/definition/base"; /** * Maps from one error type to another. * @tsplus static effect/core/stm/STM.Aspects mapError * @tsplus pipeable effect/core/stm/STM mapError * @tsplus location "@effect/core/stm/STM/operations/mapError" */ export declare function mapError(f: (a: E) => E1): (self: import("../definition").STM) => import("../definition").STM; //# sourceMappingURL=mapError.d.ts.map