export declare function exist(fp: string): boolean; export declare function remove(fp: string): void; export declare function ensureDirectory(dir: string): void; export declare function loadYamlFile(filePath: string): any; export declare function writeYamlFile(filePath: string, data: any): void; export declare function readDirectoryRecursive(dir: string): string[]; export declare function compareFileMD5(sourceFile: string, bucketObject: any): boolean; //# sourceMappingURL=file.d.ts.map