/** * Fetches a URL with retry logic * @param url The URL to fetch * @param options Fetch options * @param maxRetries Maximum number of retry attempts * @returns The fetch Response if successful */ export declare function fetchWithRetry(url: string, options?: RequestInit, maxRetries?: number): Promise; //# sourceMappingURL=fetchWithRetry.d.ts.map