import { Observable } from 'rxjs'; import * as i0 from "@angular/core"; export declare class CacheService { private platformId; constructor(platformId: string); get(cacheKey: string, caller: () => Observable): Observable; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }