export class SafeString { constructor(str: string); toString(): string; toHTML(): string; }