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