/** * xml 转 json * @param xmlData * @returns */ declare const lfXml2Json: (xmlData: any) => any; export { lfXml2Json };