import type { SubtleCryptoAlg } from './structs.js'; import { COSEALG } from '../../cose.js'; /** * Convert a COSE alg ID into a corresponding hash algorithm string value that WebCrypto APIs expect * * Unless otherwise specified, mappings were referenced from * https://w3c.github.io/webcrypto/#jwk-mapping-alg */ export declare function mapCoseAlgToWebCryptoHashAlgName(alg: COSEALG): SubtleCryptoAlg; //# sourceMappingURL=mapCoseAlgToWebCryptoHashAlgName.d.ts.map