declaretypeOptions = {
aloneValueName?: string;
};
/**
* Main function. Clears the given xml and then starts the recursion
* @paramxmlStr
* @param options the options
*/exportdefaultfunctionxml2json(xmlStr: string, options?: Options): any;
export {};