export default interface IProxyConnectionOptions { address: string; username?: string; password?: string; }