export declare function HttpGet(url: string, params?: any, headers?: {}): Promise; export declare function HttpPost(url: string, data?: any, headers?: {}): Promise;