import { type WRAPPED_PDU } from "../PkiPmiWrapper/WRAPPED-PDU.oca.mjs"; /** * @summary certReq * @description * * ### ASN.1 Definition: * * ```asn1 * certReq WRAPPED-PDU ::= { * CertReq * IDENTIFIED BY id-certReq } * ``` * * @constant * @type {WRAPPED_PDU} * @implements {WRAPPED_PDU} */ export declare const certReq: WRAPPED_PDU; //# sourceMappingURL=certReq.oa.d.mts.map