A service that can be used to get and set the title of a current HTML document.
class Title { getTitle(): string; setTitle(newTitle: string): void;}