| 12345 |
- export declare const generateMD5: (filePath: string) => Promise<string>;
- export declare const verifyMD5: (filePath: string, expectedMD5: string) => Promise<boolean>;
- export declare const getFileSize: (filePath: string) => number;
- export declare const deleteFile: (filePath: string) => boolean;
- //# sourceMappingURL=fileUtils.d.ts.map
|