declare function useFetchFollowingCount(): () => Promise<{ count: number; }>; export default useFetchFollowingCount;