import type { AdtCategory } from '../../types/index.js'; import { AdtService } from './adt-service.js'; /** * UI5RtVersionService implements ADT requests to get UI5 Version * of ABAP system. */ export declare class UI5RtVersionService extends AdtService { /** * @see AdtService.getAdtCatagory() */ private static readonly adtCategory; /** * Get ADT scheme ID. * * @returns AdtCategory */ static getAdtCatagory(): AdtCategory; /** * Get UI5 Version of ABAP system. * * @returns UI5 Version on the connected ABAP System. */ getUI5Version(): Promise; } //# sourceMappingURL=ui5-rt-version-service.d.ts.map