import { LazyArg } from "@tsplus/stdlib/data/Function"; import { Effect } from "@effect/core/io/Effect/definition"; import { Either } from "@tsplus/stdlib/data/Either/definition"; /** * Returns an effect that will produce the value of this effect, unless it * fails, in which case, it will produce the value of the specified effect. * @tsplus static effect/core/io/Effect.Aspects orElseEither * @tsplus pipeable effect/core/io/Effect orElseEither * @tsplus location "@effect/core/io/Effect/operations/orElseEither" */ export declare function orElseEither(that: LazyArg>): (self: import("../definition").Effect) => import("../definition").Effect>; //# sourceMappingURL=orElseEither.d.ts.map