export declare enum VideoType {
    MP4 = "video/mp4",
    WEBM = "video/webm",
    OGG = "video/ogg"
}
export declare enum TrackKindType {
    CAPTIONS = "captions",
    CHAPTERS = "chapters",
    DESCRIPTIONS = "descriptions",
    METADATA = "metadata",
    SUBTITLES = "subtitles"
}
