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