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