import type * as O from "../../../../Option/index.js"; import type * as C from "../core.js"; /** * Keeps some of the errors, and terminates the fiber with the rest */ export declare function refineOrDie_(self: C.Stream, pf: (e: E) => O.Option): C.Stream; /** * Keeps some of the errors, and terminates the fiber with the rest * * * @ets_data_first refineOrDie_ */ export declare function refineOrDie(pf: (e: E) => O.Option): (self: C.Stream) => C.Stream; //# sourceMappingURL=refineOrDie.d.ts.map