export interface RuleRegistryEntry { id: string; category: string; content: string; fingerprint: string; source: { branch: string; deviation: string | null; author: string; }; createdAt: string; status: 'active' | 'pending' | 'conflict' | 'deprecated'; } export declare const RULE_CATEGORIES: readonly ["component", "api", "style", "i18n", "architecture", "state-management", "routing", "testing", "process", "general"]; //# sourceMappingURL=rules.d.ts.map