export declare function hmacSha256Sign(key: Uint8Array, msg: Uint8Array): Promise; export declare function hmacSha256Verify(key: Uint8Array, msg: Uint8Array, sig: Uint8Array): Promise; export declare function hmacSha512Sign(key: Uint8Array, msg: Uint8Array): Promise; export declare function hmacSha512Verify(key: Uint8Array, msg: Uint8Array, sig: Uint8Array): Promise; //# sourceMappingURL=hmac.d.ts.map