export declare const RULE_CATEGORIES: readonly ["wellformed", "sourced", "code", "visual", "behavioral"]; export type RuleCategory = (typeof RULE_CATEGORIES)[number]; export type RuleDepth = 1 | 2 | 3;