export declare class GlideXMLUtil { static removeInvalidChars(xml: string): string static validateXML(xml: string, nsAware: boolean, forgiveUnenclosed: boolean): string }