import type { Editor } from 'mem-fs-editor'; /** * Deletes existing launch config in launch.json file. * * @param rootFolder - workspace root folder. * @param index - index of the launch config to edit. * @param fs - optional, the memfs editor instance. * @returns memfs editor instance. */ export declare function deleteLaunchConfig(rootFolder: string, index: number, fs?: Editor): Promise; //# sourceMappingURL=delete.d.ts.map