import { RuntimeFlags } from "@effect/core/io/RuntimeFlags/definition"; /** * @tsplus getter effect/core/io/RuntimeFlags interruptible * @tsplus location "@effect/core/io/RuntimeFlags/operations/interruptible" */ export declare function interruptible(self: RuntimeFlags): boolean; //# sourceMappingURL=interruptible.d.ts.map