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