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