declare function sha1(data: Blob): Promise; declare function sha1(data: string): string; export default sha1;