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