export declare function XmlEncode(str: string): string; export declare function XmlDecode(str: string): string;