/** * Authoritative property-modifier set. * Must match PropertyModifier in ir.ts and docs/spec/ir/ir-v1.schema.json. */ export declare const PROPERTY_MODIFIERS: readonly ["required", "unique", "indexed", "private", "readonly", "optional", "searchable", "encrypted", "masked"]; export type PropertyModifier = (typeof PROPERTY_MODIFIERS)[number]; //# sourceMappingURL=property-modifiers.d.ts.map