import AxiosHttp, { RequestInterceptors, ResponseInterceptors } from './http'; declare const http: AxiosHttp; export declare const initRequestInterceptors: (callback: RequestInterceptors) => void; export declare const initResponseInterceptors: (callback?: ResponseInterceptors) => void; export default http;