export declare class YouTubeEvents { static UNSTARTED: string; static ENDED: string; static PLAYING: string; static PAUSED: string; static BUFFERING: string; static CUED: string; }