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