import { AxiosInstance } from 'axios'; declare const createAxiosInstanceFrom: (prototype: AxiosInstance) => AxiosInstance; export default createAxiosInstanceFrom;