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