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