import type { DownloadHooks } from "../rpc/handlers/load-model/types"; export declare function calculateFileChecksum(filePath: string): Promise; export declare function measureChecksum(filePath: string, hooks?: DownloadHooks): Promise; //# sourceMappingURL=checksum.d.ts.map