import { MixedObject } from '../types'; export declare class HttpService { private static processError; private static processJson; static getRequest(url: string, options?: MixedObject): Promise; static postRequest(url: string, data?: MixedObject): Promise; }