export declare class RESTUtil { constructor(); getProxyAgent(): any; sfdcGet(url: string, authtoken: string): Promise; sfdcSoapPost(url: string, action: string, bdy: string): Promise; }