import { type OBJECT_CLASS } from "../InformationFramework/OBJECT-CLASS.oca.mjs"; /** * @summary oidC2obj * @description * * ### ASN.1 Definition: * * ```asn1 * oidC2obj OBJECT-CLASS ::= { * SUBCLASS OF {top} * MUST CONTAIN {oidC} * LDAP-NAME {"oidC2obj"} * ID id-oc-oidC2obj } * ``` * * @constant * @type {OBJECT_CLASS} * @implements {OBJECT_CLASS} */ export declare const oidC2obj: OBJECT_CLASS; //# sourceMappingURL=oidC2obj.oa.d.mts.map