export declare enum PlayingStatus { unknown = 0, ready = 1, playing = 2, paused = 4, stopped = 8, }