import { LazyArg } from "@tsplus/stdlib/data/Function"; import { Effect } from "@effect/core/io/Effect/definition"; /** * Executes this effect and returns its value, if it succeeds, but otherwise * executes the specified effect. * @tsplus static effect/core/io/Effect.Aspects orElse * @tsplus pipeable effect/core/io/Effect orElse * @tsplus pipeable-operator effect/core/io/Effect | * @tsplus location "@effect/core/io/Effect/operations/orElse" */ export declare function orElse(that: LazyArg>): (self: import("../definition").Effect) => import("../definition").Effect; //# sourceMappingURL=orElse.d.ts.map