import { AxiosError, AxiosInstance } from 'axios'; export declare class AxiosRetry { retry(axiosInstance: AxiosInstance, error: AxiosError): Promise>; private delay; }