import type { IAgoraRTCClient } from 'agora-rtc-sdk-ng'; import { AgoraCredsAgoraCreds } from '../../../graphql-schema'; import type { AgoraTechSettings } from './useAgoraTechSettings'; export declare const useAgoraClient: (creds: AgoraCredsAgoraCreds, agoraTechSettings: AgoraTechSettings) => { clientVideo: IAgoraRTCClient | null; }; //# sourceMappingURL=useAgoraClient.d.ts.map