import { type WRAPPED_PDU } from "../PkiPmiWrapper/WRAPPED-PDU.oca.mjs"; /** * @summary AvlPduSet * @description * * ### ASN.1 Definition: * * ```asn1 * AvlPduSet WRAPPED-PDU ::= { * certReq | * certRsp | * addAvlReq | * addAvlRsp | * replaceAvlReq | * replaceAvlRsp | * deleteAvlReq | * deleteAvlRsp | * rejectAVL | * certSubscribeReq | * certSubscribeRsp | * certUnsubscribeReq | * certUnsubscribeRsp | * certReplaceReq | * certReplaceRsp | * rejectCAsubscribe, * ... } * ``` * * @constant * @type {WRAPPED_PDU[]} * */ export declare const AvlPduSet: WRAPPED_PDU[]; //# sourceMappingURL=AvlPduSet.osa.d.mts.map