import { AxiosRequestConfig } from 'axios'; export declare type RequestConfig = AxiosRequestConfig; export declare function httpRequest(options: RequestConfig): Promise;