export declare const copyDirSafe: (srcDir: string, destDir: string, compareContent?: boolean) => Promise;