import { RuntimeFlags } from "@effect/core/io/RuntimeFlags/definition"; /** * Creates a patch that enables the specified runtime flag. * @tsplus static effect/core/io/RuntimeFlags.Patch.Ops enable * @tsplus location "@effect/core/io/RuntimeFlags/patch/operations/enable" */ export declare function enable(flag: RuntimeFlags.Flag): import("../definition").RuntimeFlagsPatch; /** * Creates a patch that disables the specified runtime flag. * @tsplus static effect/core/io/RuntimeFlags.Patch.Ops disable * @tsplus location "@effect/core/io/RuntimeFlags/patch/operations/enable" */ export declare function disable(flag: RuntimeFlags.Flag): import("../definition").RuntimeFlagsPatch; //# sourceMappingURL=enable.d.ts.map