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