import { XMLElement, XMLNodeContent } from '../../model/xmlelement'; export declare function parseXML(data: string): XMLElement; export declare function elementToString(xml: XMLElement): string; export declare function isXMLElement(c: XMLNodeContent): c is XMLElement; //# sourceMappingURL=XMLParser.d.ts.map