import { CertBundle } from '../SCVP-2009/CertBundle.ta.mjs'; import { type WANT_BACK } from '../SCVP-2009/WANT-BACK.oca.mjs'; /** * @summary swb_pkc_best_cert_path * @description * * ### ASN.1 Definition: * * ```asn1 * swb-pkc-best-cert-path WANT-BACK ::= { CertBundle IDENTIFIED BY id-swb-pkc-best-cert-path } * ``` * * @constant * @type {WANT_BACK} * @implements {WANT_BACK} */ export declare const swb_pkc_best_cert_path: WANT_BACK; //# sourceMappingURL=swb-pkc-best-cert-path.oa.d.mts.map