export declare class HttpUtil { static proxy: any; static headers: any; static fetch(uri: string, options: any): Promise; static parseResponse(id: string, response: any): Promise; }