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