export declare type VideoDeliveryType = 'UNKNOWN' | 'PROGRESSIVE' | 'STREAMING';
