/** * @returns {string} UI5 version number in string form */ declare function clientSide_getUI5Version(browserInstance: WebdriverIO.Browser): Promise; export { clientSide_getUI5Version }; //# sourceMappingURL=getUI5Version.d.ts.map