import { Cause } from "@effect/core/io/Cause/definition"; import { Stream } from "@effect/core/stream/Stream/definition"; /** * Transforms the full causes of failures emitted by this stream. * @tsplus static effect/core/stream/Stream.Aspects mapErrorCause * @tsplus pipeable effect/core/stream/Stream mapErrorCause * @tsplus location "@effect/core/stream/Stream/operations/mapErrorCause" */ export declare function mapErrorCause(f: (e: Cause) => Cause): (self: import("../definition").Stream) => import("../definition").Stream; //# sourceMappingURL=mapErrorCause.d.ts.map