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