/** * A bug-compatible to Web-Socket Server provided by protocal holder */ import { PadchatContactPayload } from '../padchat-schemas'; export declare function stripBugChatroomId(id?: string): string; /** * Sometimes, using WXGetContact(id) cannot get result, * even if the id is bot it self * */ export declare function generateFakeSelfBot(contactId: string): PadchatContactPayload;