export declare type AdRuleStatus = 'ACTIVE' | 'INACTIVE' | 'DELETED' | 'UNKNOWN';
