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