export declare function deleteFolderRecursive(path: string): void;
export declare function copyFolderSync(from: string, to: string): void;
