import { Stream } from "@effect/core/stream/Stream/definition"; /** * Switches over to the stream produced by the provided function in case this * one fails with a typed error. * @tsplus static effect/core/stream/Stream.Aspects catchAll * @tsplus pipeable effect/core/stream/Stream catchAll * @tsplus location "@effect/core/stream/Stream/operations/catchAll" */ export declare function catchAll(f: (e: E) => Stream): (self: import("../definition").Stream) => import("../definition").Stream; //# sourceMappingURL=catchAll.d.ts.map