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