import * as C from "./core.js"; /** * Transforms the errors emitted by this sink using `f`. */ export declare function mapError_(self: C.Sink, f: (err: OutErr) => OutErr1): C.Sink; /** * Transforms the errors emitted by this sink using `f`. * * @ets_data_first mapError_ */ export declare function mapError(f: (err: OutErr) => OutErr1): (self: C.Sink) => C.Sink; //# sourceMappingURL=mapError.d.ts.map