/**
 * @param retryCodes codes from the server reponse that needs to be retried
 */
export declare const fetchWithRetry: (url: RequestInfo, options: RequestInit, retryCodes?: number[]) => Promise<Response>;
