import * as C from "../core.js"; /** * Transforms the errors emitted by this stream using `f`. */ export declare function mapError_(self: C.Stream, f: (e: E) => E1): C.Stream; /** * Transforms the errors emitted by this stream using `f`. * * @ets_data_first mapError_ */ export declare function mapError(f: (e: E) => E1): (self: C.Stream) => C.Stream; //# sourceMappingURL=mapError.d.ts.map