export declare const useStatistics: () => {
    getStatistics: () => Promise<RTCStatsReport>;
};
//# sourceMappingURL=useStatistics.d.ts.map