export declare const fetchWithCorsCatch: (src: string, init?: RequestInit) => Promise<Response>;
