/**
 * @export
 * @enum {string}
 */
export declare enum DashProfile {
    LIVE = "LIVE",
    ON_DEMAND = "ON_DEMAND"
}
export default DashProfile;
