import { STM } from "@effect/core/stm/STM/definition/base"; /** * Recovers from specified error. * @tsplus static effect/core/stm/STM.Aspects catch * @tsplus pipeable effect/core/stm/STM catch * @tsplus location "@effect/core/stm/STM/operations/catch" */ export declare function _catch(tag: N, k: K, f: (e: Extract) => STM): (self: import("../definition").STM) => import("../definition").STM, A1 | A>; export { _catch as catch }; //# sourceMappingURL=catch.d.ts.map