export declare enum AudioQualityMode {
    AUTO = 0,
    LOW_DATA = 1,
    HIGH_QUALITY = 2
}
