import { AudioStats } from "./AudioStats"; export declare class CurrentMediaStats { currentAudioStats: AudioStats; mos: number; toJSON(): any; }