export declare const hmacSha256: (data: Uint8Array, key: Uint8Array) => Promise<Uint8Array>;
