export default function copyFiles(srcDir: string, destDir: string): Promise<any>;
