import { noAssertion } from "../AttributeCertificateDefinitions/noAssertion.oa.mjs"; import { type ATTRIBUTE } from "../InformationFramework/ATTRIBUTE.oca.mjs"; /** * @summary a_noAssertion * @description * * ### ASN.1 Definition: * * ```asn1 * a-noAssertion ATTRIBUTE ::= { * WITH SYNTAX noAssertion.&ExtnType * LDAP-SYNTAX id-asx-noAssertion * LDAP-NAME {"No assertion"} * ID id-ce-a-noAssertion} * ``` * * @constant * @type {ATTRIBUTE} * @implements {ATTRIBUTE} */ export declare const a_noAssertion: ATTRIBUTE; //# sourceMappingURL=a-noAssertion.oa.d.mts.map