import { AxiosError } from 'axios'; export declare const retryInterceptor: (error: AxiosError, retryCallBack?: ((retryMessage: string) => void) | undefined) => Promise;