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