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