interface ValidateCustomRuleOptions { messageStyle?: 'legacy' | 'rulebook'; } export declare function validateCustomRule(rule: unknown, index: number, ruleNames: Set, options?: ValidateCustomRuleOptions): string[]; export {};