import { TemplateRef, ViewContainerRef } from '@angular/core'; import { StacheAuthService } from './auth.service'; export declare class StacheInternalDirective { private authService; private templateRef; private viewContainer; constructor(authService: StacheAuthService, templateRef: TemplateRef, viewContainer: ViewContainerRef); }