import { AxiosRequestConfig } from 'axios'; export declare const createAxiosInstance: (config?: AxiosRequestConfig) => import("axios").AxiosInstance;