import { type OBJECT_CLASS } from "../InformationFramework/OBJECT-CLASS.oca.mjs"; /** * @summary organizationalPerson * @description * * ### ASN.1 Definition: * * ```asn1 * organizationalPerson OBJECT-CLASS ::= { * SUBCLASS OF {person} * MAY CONTAIN {LocaleAttributeSet | * PostalAttributeSet | * TelecommunicationAttributeSet | * organizationalUnitName | * title} * LDAP-NAME {"organizationalPerson"} -- RFC 4519 * ID id-oc-organizationalPerson } * ``` * * @constant * @type {OBJECT_CLASS} * @implements {OBJECT_CLASS} */ export declare const organizationalPerson: OBJECT_CLASS; //# sourceMappingURL=organizationalPerson.oa.d.mts.map