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