import * as E from "../../../../Either/index.js"; import type * as C from "../core.js"; /** * Switches to the provided stream in case this one fails with a typed error. * * See also `Stream#catchAll`. */ export declare function orElseEither_(self: C.Stream, that: C.Stream): C.Stream>; /** * Switches to the provided stream in case this one fails with a typed error. * * See also `Stream#catchAll`. * * @ets_data_first orElseEither_ */ export declare function orElseEither(that: C.Stream): (self: C.Stream) => C.Stream>; //# sourceMappingURL=orElseEither.d.ts.map