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