export declare const broadcastChatHistoryEvent: (chatHistory: string, senderID: any) => void; export declare const receiveChatHistoryEvent: (ev: any, callback: any, senderID: any) => void;