import { Observable } from "rxjs"; import { HttpClient } from "@angular/common/http"; import { GMessagesService } from "./g-messages.service"; import * as i0 from "@angular/core"; export declare class HttpCommonService { private http; private messageService; constructor(http: HttpClient, messageService: GMessagesService); postObservable(url: string, requestBody: any, headers?: any, responseType?: 'json'): Observable; getObservable(url: string, headers: any): Observable; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }