export declare type SkippableAdType = 'UNKNOWN' | 'DISABLED' | 'ENABLED' | 'INSTREAM_SELECT';
