import { type ALGORITHM } from "../AuthenticationFramework/ALGORITHM.oca.mjs"; /** * @summary SupportedDHPublicKeyAlgorithms * @description * * ### ASN.1 Definition: * * ```asn1 * SupportedDHPublicKeyAlgorithms ALGORITHM ::= {...} * ``` * * @constant * @type {ALGORITHM[]} * */ export declare const SupportedDHPublicKeyAlgorithms: ALGORITHM[]; //# sourceMappingURL=SupportedDHPublicKeyAlgorithms.osa.d.mts.map