import { PublisherStats } from '../../types/publisher'; export interface PreviousStreamStats { [ssrc: number]: { timestamp: number; bytesSent: number; }; } export declare function getPublisherStats(publisher: OT.Publisher, previousStats: PublisherStats | undefined): Promise; //# sourceMappingURL=getPublisherRtcStatsReport.d.ts.map