import { USTM } from "@effect/core/stm/STM/definition/base"; /** * Interrupts the fiber running the effect. * @tsplus static effect/core/stm/STM.Ops interrupt * @tsplus location "@effect/core/stm/STM/operations/interrupt" */ export declare const interrupt: USTM; //# sourceMappingURL=interrupt.d.ts.map