import type { IAgoraRTCClient, IRemoteVideoTrack } from 'agora-rtc-sdk-ng'; declare type HookProps = { clientVideo: IAgoraRTCClient | null; remoteVideoTrack: IRemoteVideoTrack | undefined; clientScreen: IAgoraRTCClient | null; remoteScreenTrack: IRemoteVideoTrack | undefined; }; export declare const useRealTimeQualityStats: ({ clientVideo, remoteVideoTrack, clientScreen, remoteScreenTrack, }: HookProps) => { startRealTimeStats: () => void; stopRealTimeStats: () => void; peekRealTimeStats: () => import("../stats/snapshotManager").SnapshotData[]; }; export {}; //# sourceMappingURL=useRealTimeQualityStats.d.ts.map