import { type ATTRIBUTE } from '@wildboar/x500/InformationFramework'; import { AttributeGroups } from '../DefinitionASN1Module/AttributeGroups.ta.mjs'; /** * @summary attributeGroups * @description * * ### ASN.1 Definition: * * ```asn1 * attributeGroups ATTRIBUTE ::= { * WITH SYNTAX AttributeGroups * ID {mkmDirectoryAttributeType 9} * } * ``` * * @constant * @type {ATTRIBUTE} * @implements {ATTRIBUTE} */ export declare const attributeGroups: ATTRIBUTE; //# sourceMappingURL=attributeGroups.oa.d.mts.map