import { Effect } from "@effect/core/io/Effect/definition"; /** * Makes an explicit check to see if the fiber has been interrupted, and if * so, performs self-interruption * @tsplus static effect/core/io/Effect.Ops allowInterrupt * @tsplus location "@effect/core/io/Effect/operations/allowInterrupt" */ export declare const allowInterrupt: Effect; //# sourceMappingURL=allowInterrupt.d.ts.map