import type { AxiosResponse } from 'axios'; export declare const responseInterceptor: (config: AxiosResponse) => Promise>;