import { OID } from "../CMSObjectIdentifiers/OID.ta.mjs"; /** * @summary id_ckm_algorithms * @description * * ### ASN.1 Definition: * * ```asn1 * id-ckm-algorithms OID ::= { iso member-body(2) us(840) x973(10060) algorithms(3) } * ``` * * @constant */ export declare const id_ckm_algorithms: OID; //# sourceMappingURL=id-ckm-algorithms.va.d.mts.map