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