export function escapeXML(s: string): string;
export function unescapeXML(s: string): string;
export function escapeXMLText(s: string): string;
export function unescapeXMLText(s: string): string;
