import { Stream } from "@effect/core/stream/Stream/definition"; /** * Transforms the errors emitted by this stream using `f`. * @tsplus static effect/core/stream/Stream.Aspects mapError * @tsplus pipeable effect/core/stream/Stream mapError * @tsplus location "@effect/core/stream/Stream/operations/mapError" */ export declare function mapError(f: (e: E) => E2): (self: import("../definition").Stream) => import("../definition").Stream; //# sourceMappingURL=mapError.d.ts.map