import { type ATTRIBUTE } from "../InformationFramework/ATTRIBUTE.oca.mjs"; import { AttributeTypeDescription } from "../SchemaAdministration/AttributeTypeDescription.ta.mjs"; /** * @summary attributeTypes * @description * * ### ASN.1 Definition: * * ```asn1 * attributeTypes ATTRIBUTE ::= { * WITH SYNTAX AttributeTypeDescription * EQUALITY MATCHING RULE objectIdentifierFirstComponentMatch * USAGE directoryOperation * LDAP-SYNTAX attributeTypeDescription.&id * LDAP-NAME {"attributeTypes"} * ID id-soa-attributeTypes } * ``` * * @constant * @type {ATTRIBUTE} * @implements {ATTRIBUTE} */ export declare const attributeTypes: ATTRIBUTE; //# sourceMappingURL=attributeTypes.oa.d.mts.map