import * as O from "../../../../Option/index.js"; import type * as C from "../core.js"; /** * Switches to the provided stream in case this one fails with the `None` value. * * See also `Stream#catchAll`. */ export declare function orElseOptional_(self: C.Stream, A>, that: C.Stream, A1>): C.Stream, A | A1>; /** * Switches to the provided stream in case this one fails with the `None` value. * * See also `Stream#catchAll`. * * @ets_data_first orElseOptional_ */ export declare function orElseOptional(that: C.Stream, A1>): (self: C.Stream, A>) => C.Stream, A1 | A>; //# sourceMappingURL=orElseOptional.d.ts.map