/** * here because we need it in `@harmoniclabs/bip32_ed25519` * * and in particular, because it is a dependency of `pbkdf2` (which could also be calculated using native webcrypto) */ export declare function hmacSHA512(key: Uint8Array, data: Uint8Array): Uint8Array;