/** * @tsplus type effect/core/io/RuntimeFlags.Patch */ export type RuntimeFlagsPatch = number & { readonly RuntimeFlagsPatch: unique symbol; }; /** * @tsplus type effect/core/io/RuntimeFlags.Patch.Ops */ export interface RuntimeFlagsPatchOps { (active: number, enabled: number): RuntimeFlagsPatch; } /** * @tsplus static effect/core/io/RuntimeFlags.Ops Patch * @tsplus location "@effect/core/io/RuntimeFlags/patch/definition" */ export declare const Patch: RuntimeFlagsPatchOps; //# sourceMappingURL=definition.d.ts.map