/**
 * @export
 * @enum {string}
 */
export declare enum AdaptationSetType {
    VIDEO = "VIDEO",
    AUDIO = "AUDIO",
    IMAGE = "IMAGE",
    SUBTITLE = "SUBTITLE"
}
export default AdaptationSetType;
