import { LazyArg, Lazy } from "@tsplus/stdlib/data/Function"; import { STM } from "@effect/core/stm/STM/definition/base"; /** * Tries this effect first, and if it fails or retries, tries the other * effect. * @tsplus pipeable-operator effect/core/stm/STM | * @tsplus static effect/core/stm/STM.Aspects orElse * @tsplus pipeable effect/core/stm/STM orElse * @tsplus location "@effect/core/stm/STM/operations/orElse" */ export declare function orElse(that: LazyArg>): (self: import("../definition").STM) => import("../definition").STM; //# sourceMappingURL=orElse.d.ts.map