import { TemplateLink } from './template-link'; export declare class TemplateCacheService { private cache; constructor(); get(key: string): TemplateLink; put(key: string, value: TemplateLink): void; }