/**
 * @hidden
 */
export declare enum STREAMING_TYPE {
    WIFI = "wifi",
    BLUETOOTH = "bluetooth"
}
export declare enum STREAMING_MODE {
    WIFI_ONLY = "wifi-only",
    WIFI_WITH_BLUETOOTH_FALLBACK = "wifi-with-bluetooth-fallback",
    BLUETOOTH_WITH_WIFI_FALLBACK = "bluetooth-with-wifi-fallback"
}
