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