import { IAgoraRTCClient, IRemoteAudioTrack, IRemoteVideoTrack } from 'agora-rtc-sdk-ng'; export declare const useSubscribeOnTrack: (client?: IAgoraRTCClient | null | undefined) => { remoteVideoTrackList: IRemoteVideoTrack[]; remoteAudioTrackList: IRemoteAudioTrack[]; }; //# sourceMappingURL=useSubscribeOnTrack.d.ts.map