declare function copyDir(srcDir: string, destDir: string): void; export { copyDir };