import { type KEY_WRAP } from "../AlgorithmInformation-2009/KEY-WRAP.oca.mjs"; /** * @summary KeyWrapAlgs * @description * * ### ASN.1 Definition: * * ```asn1 * KeyWrapAlgs KEY-WRAP ::= { kwa-3DESWrap | kwa-RC2Wrap, ... } * ``` * * @constant * @type {KEY_WRAP[]} * */ export declare const KeyWrapAlgs: KEY_WRAP[]; //# sourceMappingURL=KeyWrapAlgs.osa.d.mts.map