export function xml2json(str: any): Promise<any>;
export function json2xml(obj: any): any;
