import { LazyArg } from "@tsplus/stdlib/data/Function"; import { STM } from "@effect/core/stm/STM/definition/base"; /** * Tries this effect first, and if it enters retry, then it tries the other * effect. This is an equivalent of haskell's orElse. * @tsplus static effect/core/stm/STM.Aspects orTry * @tsplus pipeable effect/core/stm/STM orTry * @tsplus location "@effect/core/stm/STM/operations/orTry" */ export declare function orTry(that: LazyArg>): (self: import("../definition").STM) => import("../definition").STM; //# sourceMappingURL=orTry.d.ts.map