export declare type AdRulePriorityErrorReason = 'DUPLICATE_PRIORITY' | 'PRIORITIES_NOT_SEQUENTIAL' | 'UNKNOWN';
