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