/** * Returns the total number of unread messages across all conversations. * Initialized from the server on ChatProvider mount — accurate before the * conversation list is ever loaded. Kept in sync via socket events. */ declare function useTotalUnreadCount(): number; export default useTotalUnreadCount;