import { Hex } from 'node-forge';
export declare function hmacSha256Digest(key: string, message: string): Hex;
