import { UccxServerEntityStats, WebexLicenseUsageSummary } from './types/cc-readiness'; import { Observable } from 'rxjs'; import * as i0 from "@angular/core"; export declare class CcReadinessService { private readonly api; constructor(); fetchUccxServerEntityStats(customerId: number): Observable; fetchWebexLicenseUsageSummary(customerId: number): Observable; setToken(token: string): void; setHost(host: string): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }