export declare function hmac(key: string, message: string): Promise<string>;
//# sourceMappingURL=hmac.d.ts.map