import { AnyObject } from '../models/Generics';
export declare function __processChildren(name: String, children: Array<String>, xml: String, refs: any, ignoreAttributes?: boolean): AnyObject;
export declare function __processSiblings(xml: String, refs: any, ignoreAttributes?: boolean): AnyObject;
export default function xmlToJson(xml: String | XMLDocument, ignoreAttributes?: boolean): AnyObject;
