export declare function parseProxyAddress(value: string): { login: string; password: string; host: string; port: string; };