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