declare function hmacSha256(key: Uint8Array, ...messages: Uint8Array[]): Uint8Array; declare function hmacSha512(key: Uint8Array, ...messages: Uint8Array[]): Uint8Array; export { hmacSha256, hmacSha512 };