export declare function getXMLObjectFromString(str: string, tag: string, toText: boolean, removeTag?: boolean): string;
export declare function prettyUpXMLStringAsElements(thisXML: string | any): any;
//# sourceMappingURL=xmlStrings.d.ts.map