export declare type AdRuleSlotBumper = 'NONE' | 'BEFORE' | 'AFTER' | 'BEFORE_AND_AFTER' | 'UNKNOWN';
