import { type OBJECT_CLASS } from "../InformationFramework/OBJECT-CLASS.oca.mjs"; /** * @summary collectiveAttributeSubentry * @description * * ### ASN.1 Definition: * * ```asn1 * collectiveAttributeSubentry OBJECT-CLASS ::= { * KIND auxiliary * ID id-sc-collectiveAttributeSubentry } * ``` * * @constant * @type {OBJECT_CLASS} * @implements {OBJECT_CLASS} */ export declare const collectiveAttributeSubentry: OBJECT_CLASS; //# sourceMappingURL=collectiveAttributeSubentry.oa.d.mts.map