import { LazyArg } from "@tsplus/stdlib/data/Function"; import { Stream } from "@effect/core/stream/Stream/definition"; /** * Switches to the provided stream in case this one fails with a typed error. * * See also `Stream.catchAll`. * @tsplus pipeable-operator effect/core/stream/Stream | * @tsplus static effect/core/stream/Stream.Aspects orElse * @tsplus pipeable effect/core/stream/Stream orElse * @tsplus location "@effect/core/stream/Stream/operations/orElse" */ export declare function orElse(that: LazyArg>): (self: import("../definition").Stream) => import("../definition").Stream; //# sourceMappingURL=orElse.d.ts.map