import { LazyArg } from "@tsplus/stdlib/data/Function"; import { Stream } from "@effect/core/stream/Stream/definition"; /** * Succeeds with the specified value if this one fails with a typed error. * @tsplus static effect/core/stream/Stream.Aspects orElseSucceed * @tsplus pipeable effect/core/stream/Stream orElseSucceed * @tsplus location "@effect/core/stream/Stream/operations/orElseSucceed" */ export declare function orElseSucceed(a: LazyArg): (self: import("../definition").Stream) => import("../definition").Stream; //# sourceMappingURL=orElseSucceed.d.ts.map