import { Layer } from "@effect/core/io/Layer/definition"; /** * Returns a layer with its error channel mapped using the specified function. * @tsplus static effect/core/io/Layer.Aspects mapError * @tsplus pipeable effect/core/io/Layer mapError * @tsplus location "@effect/core/io/Layer/operations/mapError" */ export declare function mapError(f: (e: E) => E1): (self: import("../definition").Layer) => import("../definition").Layer; //# sourceMappingURL=mapError.d.ts.map