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