declare function fetchWithRetry(url: string, options: RequestInit, retries?: number): Promise; export { fetchWithRetry };