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