```typescript declare class XmlUtility { static Xml2json(data: string, arrayChecker: (node: Element) => boolean): any; } ```