import { type KEY_AGREE } from "../AlgorithmInformation-2009/KEY-AGREE.oca.mjs"; /** * @summary KeyAgreementAlgorithmSet * @description * * ### ASN.1 Definition: * * ```asn1 * KeyAgreementAlgorithmSet KEY-AGREE ::= { KeyAgreementAlgs, ... } * ``` * * @constant * @type {KEY_AGREE[]} * */ export declare const KeyAgreementAlgorithmSet: KEY_AGREE[]; //# sourceMappingURL=KeyAgreementAlgorithmSet.osa.d.mts.map