export declare class FakeRTCStatsReport extends Map implements RTCStatsReport { /** * Given data must be an object whose keys are the id of each RTCStats and * their values the corresponding RTCStats objects. */ constructor(data: { [key: string]: any; }); } //# sourceMappingURL=FakeRTCStatsReport.d.ts.map