import { AxiosResponse } from 'axios'; declare const request: (args: { host: string; path: string; https: boolean; }) => Promise; export default request;