/** * Shared HTTP retry behavior for RomM client operations. */ export declare function fetchWithRetry(url: string, options: RequestInit, requestTimeoutSeconds: number, retryCount: number, attempt?: number): Promise; //# sourceMappingURL=client-http.d.ts.map