///
declare function _default(config: any): Promise;
export default _default;
/**
* If the proxy or config afterRedirects functions are defined, call them with the options
*
* @param {http.ClientRequestArgs} options
* @param {AxiosProxyConfig} configProxy configuration from Axios options object
* @param {string} location
*
* @returns {http.ClientRequestArgs}
*/
export function __setProxy(options: http.ClientRequestArgs, configProxy: AxiosProxyConfig, location: string): http.ClientRequestArgs;
import http from "http";