export declare function getTextContent(text: string): string;
export declare function escapeHtml(html: string): string;
