export declare function ensureDirectoryExists(dirPath: string): Promise; export declare function copyDirectory(srcDir: string, destDir: string): Promise; export declare function getTemplatesDirectory(): string; export declare function validateTemplatesDirectory(): Promise; export declare function formatFileSize(bytes: number): string; export declare function getDirectorySize(dirPath: string): Promise; //# sourceMappingURL=file-operations.d.ts.map