import { type OBJECT_CLASS } from "../InformationFramework/OBJECT-CLASS.oca.mjs"; /** * @summary applicationEntity * @description * * ### ASN.1 Definition: * * ```asn1 * applicationEntity OBJECT-CLASS ::= { * SUBCLASS OF {top} * MUST CONTAIN {commonName | * presentationAddress} * MAY CONTAIN {description | * localityName | * organizationName | * organizationalUnitName | * seeAlso | * supportedApplicationContext} * LDAP-NAME {"applicationEntity"} -- RFC 2256 * ID id-oc-applicationEntity } * ``` * * @constant * @type {OBJECT_CLASS} * @implements {OBJECT_CLASS} */ export declare const applicationEntity: OBJECT_CLASS; //# sourceMappingURL=applicationEntity.oa.d.mts.map