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