import { AuthenticatedData } from "../CryptographicMessageSyntax-2010/AuthenticatedData.ta.mjs"; import { type CONTENT_TYPE } from "../CryptographicMessageSyntax-2010/CONTENT-TYPE.oca.mjs"; /** * @summary ct_AuthenticatedData * @description * * ### ASN.1 Definition: * * ```asn1 * ct-AuthenticatedData CONTENT-TYPE ::= { TYPE AuthenticatedData IDENTIFIED BY id-ct-authData} * ``` * * @constant * @type {CONTENT_TYPE} * @implements {CONTENT_TYPE} */ export declare const ct_AuthenticatedData: CONTENT_TYPE; //# sourceMappingURL=ct-AuthenticatedData.oa.d.mts.map