declare const http: { CancelToken: import("axios").CancelTokenStatic; interceptors: { request: import("axios").AxiosInterceptorManager; response: import("axios").AxiosInterceptorManager>; }; GET: (url: string, params: unknown, options: object) => Promise; POST: (url: string, params: unknown, options: object) => Promise; }; export default http;