import { HttpClient } from '@angular/common/http'; import { Observable } from 'rxjs'; import { SessionService } from '../../common/services/session.service'; import * as i0 from "@angular/core"; export declare class HttpService { private sessionService; private http; constructor(sessionService: SessionService, http: HttpClient); getTextFile(filename: string): void; getHttpCall(url: string, httpOptions?: {}): Observable; postHttpCall(url: string, body?: {}, httpOptions?: {}): Observable; getWapiApiCall(url: string, httpOptions?: {}): Observable; postWapiApiCall(url: string, body?: {}, httpOptions?: {}): Observable; getPapiApiCall(url: string, httpOptions?: {}): Observable; postPapiApiCall(url: string, body?: {}, httpOptions?: {}): Observable; private handleError; private getServerErrorMessage; static ɵfac: i0.ɵɵFactoryDef; static ɵprov: i0.ɵɵInjectableDef; }