import { ProductModel, PurchaseOrderModel } from '../../models'; import { HttpHeaders } from '@angular/common/http'; import { Observable } from 'rxjs'; import { JwtHelper } from '../jwt-security/jwt.helpher'; import * as i0 from "@angular/core"; export declare class CommonApiService { private readonly config; private readonly cookieService; private readonly http; headers: HttpHeaders; jwtHelper: JwtHelper; 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; }