import { OnInit, TemplateRef } from '@angular/core'; import { TemplateCacheService } from './template-cache.service'; import { TemplateHostService } from './template-host.service'; export declare class TemplateCacheDirective implements OnInit { private templateCache; private templateRef; private templateHost; key: string; context: {}; constructor(templateCache: TemplateCacheService, templateRef: TemplateRef, templateHost: TemplateHostService); ngOnInit(): void; }