declare function useCountUnreadNotifications(): () => Promise<number>;
export default useCountUnreadNotifications;
