import { HttpResponse } from '@angular/common/http'; import { CacheEntryOptions } from './cache-entry-options'; export declare function handleCacheResponse(response: HttpResponse, cacheInfoKey: string, entryOptions: CacheEntryOptions): T;