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