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