declare const useSDK: () => {
    AgoraRTC: any;
    ChatSDK: import("easemob-websdk").EasemobChatStatic;
};
export { useSDK };
