import { HttpClient, HttpErrorResponse } from '@angular/common/http'; import { Observable } from 'rxjs'; import * as i0 from "@angular/core"; export declare class HttpData { private http; token: any; host_name: any; voucher: any; errorMsg: string; constructor(http: HttpClient); jsonToQueryString(json: any): string; handleError(error: HttpErrorResponse): Observable; getAll(api_path: any): Observable; private getServerErrorMessage; get(api_path: string, SkipInter?: string): Observable; post(params: any, api_path: string, SkipInter?: string): Observable; delete(id: any, api_path: string): Observable; put(params: any, id: any, api_path: any): Observable; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }