/** * Copy from https://github.com/h2non/jshashes/blob/master/hashes.js */ declare const SHA1: (options?: any) => void; export default SHA1;