export declare function fileExists(path: string): Promise; export declare function folderExists(folderPath: string): Promise; export declare function isFolderEmpty(path: string): Promise; export declare function copy(src: string, dest: string): Promise;