export declare const updateVoIPChatMuteConfig: (option?: {}, ...args: any[]) => Promise & Record & TaroGeneral.CallbackResult>; export declare const subscribeVoIPVideoMembers: (option?: {}, ...args: any[]) => Promise & Record & TaroGeneral.CallbackResult>; export declare const setEnable1v1Chat: (option?: {}, ...args: any[]) => Promise & Record & TaroGeneral.CallbackResult>; export declare const onVoIPVideoMembersChanged: (option?: {}, ...args: any[]) => Promise & Record & TaroGeneral.CallbackResult>; export declare const onVoIPChatStateChanged: (option?: {}, ...args: any[]) => Promise & Record & TaroGeneral.CallbackResult>; export declare const onVoIPChatSpeakersChanged: (option?: {}, ...args: any[]) => Promise & Record & TaroGeneral.CallbackResult>; export declare const onVoIPChatMembersChanged: (option?: {}, ...args: any[]) => Promise & Record & TaroGeneral.CallbackResult>; export declare const onVoIPChatInterrupted: (option?: {}, ...args: any[]) => Promise & Record & TaroGeneral.CallbackResult>; export declare const offVoIPChatSpeakersChanged: (option?: {}, ...args: any[]) => Promise & Record & TaroGeneral.CallbackResult>; export declare const offVoIPVideoMembersChanged: (option?: {}, ...args: any[]) => Promise & Record & TaroGeneral.CallbackResult>; export declare const offVoIPChatStateChanged: (option?: {}, ...args: any[]) => Promise & Record & TaroGeneral.CallbackResult>; export declare const offVoIPChatMembersChanged: (option?: {}, ...args: any[]) => Promise & Record & TaroGeneral.CallbackResult>; export declare const offVoIPChatInterrupted: (option?: {}, ...args: any[]) => Promise & Record & TaroGeneral.CallbackResult>; export declare const joinVoIPChat: (option?: {}, ...args: any[]) => Promise & Record & TaroGeneral.CallbackResult>; export declare const join1v1Chat: (option?: {}, ...args: any[]) => Promise & Record & TaroGeneral.CallbackResult>; export declare const exitVoIPChat: (option?: {}, ...args: any[]) => Promise & Record & TaroGeneral.CallbackResult>;