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