import { XmlObject } from '../types';
export declare function XmlText2XmlObj(xmlText: string): XmlObject;
