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