export declare type LiveStreamEventStatus = 'ACTIVE' | 'ARCHIVED' | 'PAUSED' | 'ADS_PAUSED' | 'UNKNOWN';
