export interface IProxyConfig { host: string; port: number; protocol: string; proxyAuthorizationHeader?: string; }