export declare class YoutubeStateConstant {
    static Unstarted: number;
    static Ended: number;
    static Playing: number;
    static Paused: number;
    static Buffering: number;
    static VideoCued: number;
}
