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