import { AxiosConfig, AxiosPromise } from '../types'; declare function Axios(config: AxiosConfig): AxiosPromise; export default Axios;