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