export declare function getFileHashFromStream(fileStream: NodeJS.ReadableStream, algorithm?: 'md5' | 'sha1' | 'sha256' | 'sha512'): Promise<string>;
