/** * XML转字符串 * @param oXml * @returns */ declare function xmlToStr(oXml: any): string; export default xmlToStr;