declare const useFetchWithCORS: () => { data: string; setURI: (url: string) => void; }; export default useFetchWithCORS;