import { RequestOptionsArgs } from '@angular/http'; export declare class StacheHttpService { post(url: string, body: any, options?: RequestOptionsArgs): any; get(url: string, options?: RequestOptionsArgs): any; }