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