export default class UI5JsonConverter { config: any; oAnnotationConfig: any; static convertAnnotations(json: any): any[]; static processAnnotations(json: any, target: string): any; private static processObject; static processTerms(json: any): any; private static processInlineAnnotationWithCollections; private static isReferenced; private static processAnnotation; private static getInlineAnnotation; private static createTerm; private static processCollection; private static processCollectionItem; private static updateToArray; private static getAttributes; private static trimLeft; private static trimByAt; private static isWrapped; private static getWrappedProperty; }