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