import axios, { AxiosInstance } from 'axios'; declare const api: { http: AxiosInstance; CancelToken: typeof axios.CancelToken; }; export default api;