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