declare const useConversations: (includeEmptyConversations?: boolean) => { getConversationList: () => Promise; hasConversationNext: boolean; }; declare const clearCursor: () => void; export { useConversations, clearCursor };