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