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