type MD5Function = (buffer: Uint8Array) => string; declare let OutputMd5: MD5Function; export default OutputMd5;