import { type WRAPPED_PDU } from "../PkiPmiWrapper/WRAPPED-PDU.oca.mjs"; /** * @summary SupportedPduSet * @description * * ### ASN.1 Definition: * * ```asn1 * SupportedPduSet WRAPPED-PDU ::= {...} * ``` * * @constant * @type {WRAPPED_PDU[]} * */ export declare const SupportedPduSet: WRAPPED_PDU[]; //# sourceMappingURL=SupportedPduSet.osa.d.mts.map