export declare function deleteFolderRecursive(pathSelected: string): void; export declare function isEmptyFolder(pathSelected: string): boolean;