import { InternalAxiosRequestConfig, AxiosPromise } from 'axios'; declare function wxAdapter(config: InternalAxiosRequestConfig): AxiosPromise; declare namespace wxAdapter { var type: string; } export default wxAdapter;