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