import { AxiosRequestConfig } from 'axios'; export declare function axiosRequest(options: AxiosRequestConfig): Promise;