import { HttpClient } from '@angular/common/http'; import { Observable } from 'rxjs'; import { TrancelateService } from 'a365trancelate'; import * as i0 from "@angular/core"; export declare class QuoteService { private http; private _translate; token: any; voucher: any; host_name: any; constructor(http: HttpClient, _translate: TrancelateService); quote(quote_data: any): void; jsonToQueryString(json: any): string; private handleError; get(api_path: string, SkipInter?: string): Observable; post(params: any, api_path: string, SkipInter?: string): Observable; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }