import { ChatType } from "./chat_base"; import { type GetChatRecordOptions, type TuituiChatRecordResponse, type TuituiCompactChatRecordResponse } from "@qihoo/tuitui-bot-sdk"; export declare function getChatRecord(account: any, chatId: string, chatType: ChatType, options?: GetChatRecordOptions): Promise;