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