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 succeeds with the specified value. * @tsplus static effect/core/io/Effect.Aspects orElseSucceed * @tsplus pipeable effect/core/io/Effect orElseSucceed * @tsplus location "@effect/core/io/Effect/operations/orElseSucceed" */ export declare function orElseSucceed(a: LazyArg): (self: import("../definition").Effect) => import("../definition").Effect; //# sourceMappingURL=orElseSucceed.d.ts.map