declare function useFollowUser(): (props: {
    userId: string;
}) => Promise<void>;
export default useFollowUser;
