import { Maybe } from "@tsplus/stdlib/data/Maybe/definition"; import { Effect } from "@effect/core/io/Effect/definition"; /** * Recovers from some or all of the error cases. * @tsplus static effect/core/io/Effect.Aspects catchSome * @tsplus pipeable effect/core/io/Effect catchSome * @tsplus location "@effect/core/io/Effect/operations/catchSome" */ export declare function catchSome(f: (e: E) => Maybe>): (self: import("../definition").Effect) => import("../definition").Effect; //# sourceMappingURL=catchSome.d.ts.map