import { ApplicationConfiguration } from '../types/index.js'; import { ScopedDataTree } from './refactor.js'; import { Extractor } from './types.js'; export declare function renameInApplicationConfiguration({ dsl, oldName, newName, dataTree, extractPairs, namespace }: { dsl: ApplicationConfiguration['dsl']; oldName: string; newName: string; dataTree: ScopedDataTree; extractPairs: Extractor; namespace?: string; }): Promise; //# sourceMappingURL=application.d.ts.map