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