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