import { STM } from "@effect/core/stm/STM/definition/base"; /** * Keeps none of the errors, and terminates the fiber running the `STM` effect * with them, using the specified function to convert the `E` into a * `unknown` defect. * @tsplus static effect/core/stm/STM.Aspects orDieWith * @tsplus pipeable effect/core/stm/STM orDieWith * @tsplus location "@effect/core/stm/STM/operations/orDieWith" */ export declare function orDieWith(f: (e: E) => unknown): (self: import("../definition").STM) => import("../definition").STM; //# sourceMappingURL=orDieWith.d.ts.map