export declare const escapeHtml: (text: string) => string; export declare const convertTextNewlinesToBr: (doc: Document) => void;