import { OID } from "../CMSObjectIdentifiers/OID.ta.mjs"; /** * @summary id_KeyUsage * @description * * ### ASN.1 Definition: * * ```asn1 * id-KeyUsage OID ::= { ckm-CMS 11 } * ``` * * @constant */ export declare const id_KeyUsage: OID; //# sourceMappingURL=id-KeyUsage.va.d.mts.map