import { OID } from "../CMSObjectIdentifiers/OID.ta.mjs"; /** * @summary id_tokenization_manifest * @description * * ### ASN.1 Definition: * * ```asn1 * id-tokenization-manifest OID ::= { iso(1) identified-organization(3) tc68(133) * country(16) x9(840) x9Standards(9) x9-73(73) tokenization(3) } * ``` * * @constant */ export declare const id_tokenization_manifest: OID; //# sourceMappingURL=id-tokenization-manifest.va.d.mts.map