import { Effect } from "@effect/core/io/Effect/definition"; /** * Recovers from all errors. * @tsplus static effect/core/io/Effect.Aspects catchAll * @tsplus pipeable effect/core/io/Effect catchAll * @tsplus location "@effect/core/io/Effect/operations/catchAll" */ export declare function catchAll(f: (e: E) => Effect): (self: import("../definition").Effect) => import("../definition").Effect; //# sourceMappingURL=catchAll.d.ts.map