/**
 * Enum representing the types of media stream that can be associated with call quality warnings.
 */
export declare enum CallQualityWarningMediaStreamType {
    Audio = "Audio",
    Video = "Video"
}
