import { type EXTENSION } from "../AuthenticationFramework/EXTENSION.oca.mjs"; import { AttributesSyntax } from "../CertificateExtensions/AttributesSyntax.ta.mjs"; /** * @summary associatedInformation * @description * * ### ASN.1 Definition: * * ```asn1 * associatedInformation EXTENSION ::= { * SYNTAX AttributesSyntax * IDENTIFIED BY id-ce-associatedInformation } * ``` * * @constant * @type {EXTENSION} * @implements {EXTENSION} */ export declare const associatedInformation: EXTENSION; //# sourceMappingURL=associatedInformation.oa.d.mts.map