export default class XmlUtil { static jsonToXml(json: any): string; static xmlToJson(xml: string): any; }