/** * Rename common files that cannot be put into template literaly, e.g. .gitignore. */ export declare function renameCommonFiles(projectPath: string): void; /** * Replace placeholder with project nae in whole template: * - Rename paths containing placeholder * - Replace placeholder in text files */ export declare function replacePlaceholder(projectPath: string, normalizedName: string): void; //# sourceMappingURL=edit-template.d.ts.map