import { type WANT_BACK } from '../SCVP-2009/WANT-BACK.oca.mjs'; /** * @summary ACertWantBackSet * @description * * ### ASN.1 Definition: * * ```asn1 * ACertWantBackSet WANT-BACK ::= { * swb-ac-cert | swb-aa-cert-path | * swb-aa-revocation-info | swb-ac-revocation-info * } * ``` * * @constant * @type {WANT_BACK[]} * */ export declare const ACertWantBackSet: WANT_BACK[]; //# sourceMappingURL=ACertWantBackSet.osa.d.mts.map