import { type OBJECT_CLASS } from "../InformationFramework/OBJECT-CLASS.oca.mjs"; /** * @summary pmiAA * @description * * ### ASN.1 Definition: * * ```asn1 * pmiAA OBJECT-CLASS ::= { -- a PMI AA * SUBCLASS OF {top} * KIND auxiliary * MAY CONTAIN {aACertificate | * attributeCertificateRevocationList | * eeAttrCertificateRevocationList | * attributeAuthorityRevocationList} * ID id-oc-pmiAA } * ``` * * @constant * @type {OBJECT_CLASS} * @implements {OBJECT_CLASS} */ export declare const pmiAA: OBJECT_CLASS; //# sourceMappingURL=pmiAA.oa.d.mts.map