import type { LaunchConfig } from '../types/index.js'; import type { Editor } from 'mem-fs-editor'; /** * Modifies (if possible) existing launch config that uses 'run script' to use fiori run cli. * * @param launchConfig - existing launch config. * @param projectRoot - project root. * @param memFs - optional, the memfs editor instance. * @returns modified launch config. */ export declare function convertOldLaunchConfigToFioriRun(launchConfig: LaunchConfig, projectRoot?: string, memFs?: Editor): Promise; //# sourceMappingURL=modify.d.ts.map