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