import { TransferState } from '@angular/platform-browser'; import { Observable } from "rxjs"; import * as i0 from "@angular/core"; export declare class CacheResponseService { private platformId; private transferState; constructor(platformId: string, transferState: TransferState); resolve(key: string, callback: () => Observable): Observable; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }