import { STM } from "@effect/core/stm/STM/definition/base"; /** * Kills the fiber running the effect with a `RuntimeError` that contains * the specified message. * @tsplus static effect/core/stm/STM.Ops dieMessage * @tsplus location "@effect/core/stm/STM/operations/dieMessage" */ export declare function dieMessage(message: string): STM; //# sourceMappingURL=dieMessage.d.ts.map