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