import { SidecarBody } from 'sidecar'; declare class WeChatSidecar extends SidecarBody { getTestInfo(): Promise; getChatroomMemberNickInfo(memberId: string, roomId: string): Promise; isLoggedIn(): Promise; getMyselfInfo(): Promise; getChatroomMemberInfo(): Promise; getWeChatVersion(): Promise; getWechatVersionString(): Promise; checkSupported(): Promise; callLoginQrcode(forceRefresh: boolean): Promise; getContact(): Promise; sendMsg(contactId: string, text: string): Promise; sendAttatchMsg(contactId: string, path: string): Promise; sendPicMsg(contactId: string, path: string): Promise; sendAtMsg(roomId: string, text: string, contactId: string): Promise; SendMiniProgram(BgPathStr: string, contactId: string, xmlstr: string): Promise; recvMsg(msgType: number, contactId: string, text: string, groupMsgSenderId: string, xmlContent: string, isMyMsg: number): Promise; checkQRLogin(status: number, qrcodeUrl: string, wxid: string, avatarUrl: string, nickname: string, phoneType: string, phoneClientVer: number, pairWaitTip: string): Promise; logoutEvent(bySrv: number): Promise; loginEvent(): Promise; agentReady(): Promise; recvSendMsg(contactId: string, text: string): Promise; } export { WeChatSidecar }; //# sourceMappingURL=wechat-sidecar.d.ts.map