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