import { LazyArg } from "@tsplus/stdlib/data/Function"; import { STM } from "@effect/core/stm/STM/definition/base"; /** * Kills the fiber running the effect. * @tsplus static effect/core/stm/STM.Ops dieSync * @tsplus location "@effect/core/stm/STM/operations/dieSync" */ export declare function dieSync(u: LazyArg): STM; //# sourceMappingURL=dieSync.d.ts.map