import { OID } from "../CMSObjectIdentifiers/OID.ta.mjs"; /** * @summary id_tokenizedParts * @description * * ### ASN.1 Definition: * * ```asn1 * id-tokenizedParts OID ::= { id-tokenization-manifest tokenizedParts(0) } * ``` * * @constant */ export declare const id_tokenizedParts: OID; //# sourceMappingURL=id-tokenizedParts.va.d.mts.map