import { type WANT_BACK } from '../SCVP-2009/WANT-BACK.oca.mjs'; /** * @summary AllWantBacks * @description * * ### ASN.1 Definition: * * ```asn1 * AllWantBacks WANT-BACK ::= { * WantBackSet | ACertWantBackSet | AnyWantBackSet, ... * } * ``` * * @constant * @type {WANT_BACK[]} * */ export declare const AllWantBacks: WANT_BACK[]; //# sourceMappingURL=AllWantBacks.osa.d.mts.map