export declare const hmacSha256: (key: string, content: string) => Promise<string>;
