export declare const getEtagOfFile: (filePath: string, onProgress: (bytes: number) => void) => () => Promise;