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