/** * Single source for placeholder rename (copy-templates) and replacement (uiBundleTemplateUtils). * Do not add .json - this .ts is compiled to lib/ so no copy step is needed. */ declare const _default: ({ key: string; placeholder: string; dirInNpm: string; parent: string; replacement: string; removeEmptySibling?: undefined; toPath?: undefined; subpath?: undefined; } | { key: string; placeholder: string; dirInNpm: string; parent: string; removeEmptySibling: string; replacement: string; toPath?: undefined; subpath?: undefined; } | { key: string; placeholder: string; dirInNpm: string; parent: string; toPath: string; replacement: string; removeEmptySibling?: undefined; subpath?: undefined; } | { key: string; placeholder: string; dirInNpm: string; parent: string; subpath: string; replacement: string; removeEmptySibling?: undefined; toPath?: undefined; })[]; export default _default;