import * 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 orElse_(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 orElse_ */ export declare function orElse(that: C.Stream): (self: C.Stream) => C.Stream; //# sourceMappingURL=orElse.d.ts.map