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