import { ProductModel } from '../../models'; import { HttpClient, HttpHeaders } from '@angular/common/http'; import { Observable } from 'rxjs'; import { Config } from '../../config'; import { PurchaseOrderModel } from '../../models'; import { CookieService } from 'ngx-cookie-service'; import { JwtHelper } from '../jwt-security/jwt.helpher'; import * as i0 from "@angular/core"; export declare class CommonApiService { private config; private cookieService; private http; headers: HttpHeaders; jwtHelper: JwtHelper; constructor(config: Config, cookieService: CookieService, http: HttpClient); static handleError(error: any): Observable; getProductGlobalSearch(searchInput: string, language: string): Observable; getPurchaseOrderByGlobalSearch(searchInput: string, language: string): Observable; setToken(token: string): void; setSecondaryToken(token: string): void; getToken(): string; decodeToken(tokenName: string): any; getUserDataFromToken(): any; isTokenValid(): boolean; ssoLogin(email: string): Observable; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; } //# sourceMappingURL=common-api.service.d.ts.map