declare const useChatroomMember: (chatroomId: string) => { getChatroomMembers: () => void; next: boolean; }; declare const clearPageNum: () => void; export { useChatroomMember, clearPageNum };