import { OBJECT_IDENTIFIER } from "@wildboar/asn1"; /** * @summary id_ct_contentInfo * @description * * ### ASN.1 Definition: * * ```asn1 * id-ct-contentInfo OBJECT IDENTIFIER ::= { iso(1) member-body(2) * us(840) rsadsi(113549) pkcs(1) pkcs9(9) smime(16) ct(1) 6 } * ``` * * @constant */ export declare const id_ct_contentInfo: OBJECT_IDENTIFIER; //# sourceMappingURL=id-ct-contentInfo.va.d.mts.map