export declare function safeRemoveDirectory(dirPath: string): Promise; export declare function safeRemoveFiles(globString: string): Promise; export declare function touchFile(filePath: string): Promise;