export declare function requestWithRetries(requestFn: () => Promise, maxRetries?: number): Promise;