/**
 * Codec Stats collected from the RTC Stats Report
 */
export declare class CodecStats {
    clockRate: number;
    id: string;
    mimeType: string;
    payloadType: number;
    sdpFmtpLine: string;
    timestamp: number;
    transportId: string;
    type: string;
    channels: number;
}
