function hmacimport { hmac } from "https://deno.land/x/ayonli_jsext@v0.9.72/hash/web.ts"; hmac(algorithm: "sha1" | "sha256" | "sha512",key: BufferSource,data: DataSource,): Promise<ArrayBuffer>hmac(algorithm: "sha1" | "sha256" | "sha512",key: BufferSource,data: DataSource,encoding: "hex" | "base64",): Promise<string>Parametersalgorithm: "sha1" | "sha256" | "sha512"key: BufferSourcedata: DataSourceReturnsPromise<ArrayBuffer>Parametersalgorithm: "sha1" | "sha256" | "sha512"key: BufferSourcedata: DataSourceencoding: "hex" | "base64"ReturnsPromise<string>