import { BatchFile } from '@rpldy/shared';
export declare const md5: (file: BatchFile['file'], chunkSize: number, callback: (arg: any) => void) => void;
