/**
 * Specifies the manifest type which will be allowed for the ProgressiveWebmMuxingManifestType Muxing.
 * @export
 * @enum {string}
 */
export declare enum ProgressiveWebmMuxingManifestType {
    DASH_ON_DEMAND = "DASH_ON_DEMAND",
    NONE = "NONE"
}
export default ProgressiveWebmMuxingManifestType;
