export default function XMLUtil(): { parse: (xmlString: any) => any; serialize: (xmlDoc: any) => any; };