export declare const enum VideoStatus { New = "new", Upcoming = "upcoming", Live = "live", Past = "past", Missing = "missing" }