export declare type PlaylistType = 'EVENT' | 'LIVE' | 'UNKNOWN';
