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