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