export declare function shouldCopyTemplatePath(templateDir: string, src: string): boolean; export declare function restoreDotfiles(projectDir: string): void; export declare function copyTemplate(templateDir: string, targetDir: string): void; //# sourceMappingURL=copy.d.ts.map