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