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