export declare function checkIfExists(path: string): Promise; export declare function copyFiles(srcFolder: string, destFolder: string): Promise; export declare function ensureFolderExists(path: string): Promise; export declare function listFiles(path: string): Promise; export declare function loadFile(path: string): Promise; export declare function saveFile(path: string, content: string): Promise; export declare function deleteFile(path: string): Promise; //# sourceMappingURL=files.d.ts.map