import { TransportStats } from "./transportStats";
export declare class TransportStatsReporter {
    static buildReport(report: RTCStatsReport | undefined, now: RTCIceCandidatePairStats, conferenceStatsTransport: TransportStats[], isFocus: boolean): TransportStats[];
}
//# sourceMappingURL=transportStatsReporter.d.ts.map