import { type WANT_BACK } from '../SCVP-2009/WANT-BACK.oca.mjs'; /** * @summary WantBackSet * @description * * ### ASN.1 Definition: * * ```asn1 * WantBackSet WANT-BACK ::= { * swb-pkc-cert | swb-pkc-best-cert-path | * swb-pkc-revocation-info | swb-pkc-public-key-info | * swb-pkc-all-cert-paths | swb-pkc-ee-revocation-info | * swb-pkc-CAs-revocation-info * } * ``` * * @constant * @type {WANT_BACK[]} * */ export declare const WantBackSet: WANT_BACK[]; //# sourceMappingURL=WantBackSet.osa.d.mts.map