export declare class ProxyManager {
    private proxyList;
    private static defaultProxyList;
    constructor();
    getRandomProxy(): string;
}
