import { STM } from "@effect/core/stm/STM/definition/base"; /** * Translates `STM` effect failure into death of the fiber, making all * failures unchecked and not a part of the type of the effect. * @tsplus getter effect/core/stm/STM orDie * @tsplus location "@effect/core/stm/STM/operations/orDie" */ export declare function orDie(self: STM): STM; //# sourceMappingURL=orDie.d.ts.map