import { LazyArg } from "@tsplus/stdlib/data/Function"; import { STM } from "@effect/core/stm/STM/definition/base"; /** * Tries this effect first, and if it fails or retries, succeeds with the * specified value. * @tsplus static effect/core/stm/STM.Aspects orElseSucceed * @tsplus pipeable effect/core/stm/STM orElseSucceed * @tsplus location "@effect/core/stm/STM/operations/orElseSucceed" */ export declare function orElseSucceed(a: LazyArg): (self: import("../definition").STM) => import("../definition").STM; //# sourceMappingURL=orElseSucceed.d.ts.map