export default class UI5XmlConverter { static convertV2(xml: string): any; static convertV4(xml: string): any; private static getDocument; }