import { Maybe } from "@tsplus/stdlib/data/Maybe/definition"; import { Stream } from "@effect/core/stream/Stream/definition"; /** * Keeps some of the errors, and terminates the fiber with the rest. * @tsplus static effect/core/stream/Stream.Aspects refineOrDie * @tsplus pipeable effect/core/stream/Stream refineOrDie * @tsplus location "@effect/core/stream/Stream/operations/refineOrDie" */ export declare function refineOrDie(pf: (e: E) => Maybe): (self: import("../definition").Stream) => import("../definition").Stream; //# sourceMappingURL=refineOrDie.d.ts.map