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