export declare function fetchWithBackoff(url: string, options: RequestInit, timeoutMs?: number, maxRetries?: number, initialDelay?: number): Promise; export declare function fetchWithTimeout(url: string, options?: RequestInit, timeoutMs?: number): Promise; //# sourceMappingURL=fetchWithBackoff.d.ts.map