import { IAgoraRTCClient, UID } from 'agora-rtc-sdk-ng'; interface Input { clientVideo: IAgoraRTCClient | null; clientScreenSharing: IAgoraRTCClient | null; videoTrackId?: UID; screenSharingTrackId?: UID; } export declare const useNetworkStatsLogger: ({ clientVideo, videoTrackId, screenSharingTrackId, clientScreenSharing, }: Input) => void; export {}; //# sourceMappingURL=useNetworkStatsLogger.d.ts.map