export declare function isDirectoryExistsAndEmpty(path: string): any; export declare function isDirectoryExists(path: string): any; export declare function isDirectoryEmpty(path: string): boolean; export declare function safeWriteFile(filePath: string, content: string): Promise;