import { ID } from "../AlgorithmObjectIdentifiers/ID.ta.mjs"; /** * @summary id_hmacWithSHA384 * @description * * ### ASN.1 Definition: * * ```asn1 * id-hmacWithSHA384 ID ::= { digestAlgorithm 10 } * ``` * * @constant */ export declare const id_hmacWithSHA384: ID; //# sourceMappingURL=id-hmacWithSHA384.va.d.mts.map