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