declare function copyTemplateDir(srcDir: string, outDir: string, vars?: Record<string, string>): string[];

export { copyTemplateDir as default };
