import * as W3C from '../schema/W3cStatsIdentifiers';
export declare function convertRTCStatsReport(input: RTCStatsReport): W3C.RtcStats[];
