import { FiberId } from "@effect/core/io/FiberId/definition"; import { USTM } from "@effect/core/stm/STM/definition/base"; /** * Interrupts the fiber running the effect with the specified fiber id. * @tsplus static effect/core/stm/STM.Ops interruptAs * @tsplus location "@effect/core/stm/STM/operations/interruptAs" */ export declare function interruptAs(fiberId: FiberId): USTM; //# sourceMappingURL=interruptAs.d.ts.map