import { LazyArg } from "@tsplus/stdlib/data/Function"; import { Effect } from "@effect/core/io/Effect/definition"; /** * Executed `that` in case `self` fails with a `Cause` that doesn't contain * defects, executes `success` in case of successes * @tsplus static effect/core/io/Effect.Aspects tryOrElse * @tsplus pipeable effect/core/io/Effect tryOrElse * @tsplus location "@effect/core/io/Effect/operations/tryOrElse" */ export declare function tryOrElse(that: LazyArg>, success: (a: A) => Effect): (self: import("../definition").Effect) => import("../definition").Effect; //# sourceMappingURL=tryOrElse.d.ts.map