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