import { Title } from '@angular/platform-browser'; import { StacheConfigService } from '../shared'; export declare class StacheTitleService { private title; private configService; constructor(title: Title, configService: StacheConfigService); setTitle(...parts: string[]): void; }