import type * as CS from "../../../../Cause/index.js"; import * as C from "../core.js"; /** * A more powerful version of `mapError` which also surfaces the `Cause` of the channel failure */ export declare function mapErrorCause_(self: C.Channel, f: (cause: CS.Cause) => CS.Cause): C.Channel; /** * A more powerful version of `mapError` which also surfaces the `Cause` of the channel failure * * @ets_data_first mapErrorCause_ */ export declare function mapErrorCause(f: (cause: CS.Cause) => CS.Cause): (self: C.Channel) => C.Channel; //# sourceMappingURL=mapErrorCause.d.ts.map