declare module '@reactspring/react-native-sha-hash' { function hmac256(ciphertext: string, key: string): Promise; function sha1(text: string): Promise; function sha256(text: string): Promise; function sha512(text: string): Promise; }