/** * return the string with all invalid XML characters escaped * @param input */ export declare function escapeXmlCharacters(input: string): string;