export declare function getProxyList(webshareApiKey: string): Promise<any[]>;
export declare function getRandomProxy(webshareApiKey: string): Promise<any | null>;
