export declare class HttpService { queryParams: string; getPluginType(): string; getServiceName(): string; makeRequest(url: string, params?: any, isJson?: boolean): Promise; }