import * as O from "../../../../Option/index.js"; import type * as C from "../core.js"; /** * Switches over to the stream produced by the provided function in case this one * fails with some typed error. */ export declare function catchSome_(self: C.Stream, pf: (e: E) => O.Option>): C.Stream; /** * Switches over to the stream produced by the provided function in case this one * fails with some typed error. * * @ets_data_first catchSome_ */ export declare function catchSome(pf: (e: E) => O.Option>): (self: C.Stream) => C.Stream; //# sourceMappingURL=catchSome.d.ts.map