import { RuntimeFlags } from "@effect/core/io/RuntimeFlags/definition"; /** * @tsplus pipeable effect/core/io/RuntimeFlags.Patch isDisabled * @tsplus location "@effect/core/io/RuntimeFlags/patch/operations/isDisabled" */ export declare function isDisabled(flag: RuntimeFlags.Flag): (self: RuntimeFlags.Patch) => boolean; //# sourceMappingURL=isDisabled.d.ts.map