export declare type CreativeRotationType = 'EVEN' | 'OPTIMIZED' | 'MANUAL' | 'SEQUENTIAL';
