export declare const AgentChatsAPI: { getList: (params: any) => Promise<{ items: any; next: any; }>; markChatProcessed: (chatId: any) => Promise; getChatCount: (params: any) => Promise; };