import type * as CS from "../../../../Cause/index.js"; import * as C from "../core.js"; /** * Transforms the full causes of failures emitted by this stream. */ export declare function mapErrorCause_(self: C.Stream, f: (c: CS.Cause) => CS.Cause): C.Stream; /** * Transforms the full causes of failures emitted by this stream. * * @ets_data_first mapErrorCause_ */ export declare function mapErrorCause(f: (c: CS.Cause) => CS.Cause): (self: C.Stream) => C.Stream; //# sourceMappingURL=mapErrorCause.d.ts.map