export declare function hmacSHA256(data: Uint8Array | string, key: Uint8Array | string): Uint8Array;