import type { FreestyleApp } from './types.js'; export declare const ui5LtsVersion_1_71 = "1.71.0"; export declare const ui5LtsVersion_1_120 = "1.120.0"; /** * Compares two UI5 versions to determine if the first is greater than or equal to the second. * * @param {string} ui5VersionA - The first UI5 version to compare. * @param {string} ui5VersionB - The second UI5 version to compare. * @returns {boolean} - True if the first version is greater than or equal to the second, false otherwise. */ export declare function compareUI5VersionGte(ui5VersionA: string, ui5VersionB: string): boolean; /** * Gets the template version path based on the UI5 version and template type. * * @param {FreestyleApp} ffApp - The freestyle app configuration. * @returns {string} - The template version path. */ export declare function getTemplateVersionPath(ffApp: FreestyleApp): string; /** * Processes the destination path by removing specific version segments. * * @param {string} filePath - The file path to process. * @returns {string} - The processed file path. */ export declare function processDestinationPath(filePath: string): string; //# sourceMappingURL=utils.d.ts.map