import UIManifest from './UIManifest'; export default class UI5ManifestHelper { private manifest; private propertiesFile; constructor(manifest: UIManifest); private loadi18nProperties; private getValue; getLocalisedValue(property: string): Promise; }