export declare class PageTitleService { private document; constructor(document: any); setTitle(title: string): void; setBasePath(base: any): void; getMetaItem(name: any): any; setSeoDescription(desc: string): void; addKeywords(keys: string[]): void; }