import type { ModuleNames } from '../types.js'; /** * Replace all hardcoded module names in the target directory. */ export declare function replaceModuleNames(targetDir: string, names: ModuleNames): Promise; //# sourceMappingURL=templateReplacer.d.ts.map