import { StacheAuthService } from './auth.service'; export declare class StacheInternalComponent { private authService; isAuthenticated: boolean; constructor(authService: StacheAuthService); }