import { Router } from '@angular/router'; export declare class DataCacheService { private data; constructor(); put(key: string, value: any, router?: Router): void; get(key: string, router?: Router): any; private getFullKey; }