export declare const getProxyConfig: () => {
    username: string;
    password: string;
    host: string;
    port: string;
};
