import { OID } from "../CMSObjectIdentifiers/OID.ta.mjs"; /** * @summary id_DataFormat * @description * * ### ASN.1 Definition: * * ```asn1 * id-DataFormat OID ::= { ckm-CMS 16 } * ``` * * @constant */ export declare const id_DataFormat: OID; //# sourceMappingURL=id-DataFormat.va.d.mts.map