import { AxiosInstance, AxiosRequestConfig } from "axios"; export declare type AxiosSettings = AxiosInstance | AxiosRequestConfig;