import { Method, AxiosResponse, AxiosRequestConfig } from 'axios'; declare type BufferEncoding = 'ascii' | 'utf8' | 'utf-8' | 'utf16le' | 'ucs2' | 'ucs-2' | 'base64' | 'latin1' | 'binary' | 'hex'; export { Method, AxiosResponse, AxiosRequestConfig, BufferEncoding };