declare function useFetchFollow(): (props: {
    userId?: string;
}) => Promise<boolean>;
export default useFetchFollow;
