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