import { type ALGORITHM } from "@wildboar/pki-stub"; /** * @summary SupportedAeadAlgorithms * @description * * ### ASN.1 Definition: * * ```asn1 * SupportedAeadAlgorithms ALGORITHM ::= {...} * ``` * * @constant * @type {ALGORITHM[]} * */ export declare const SupportedAeadAlgorithms: ALGORITHM[]; //# sourceMappingURL=SupportedAeadAlgorithms.osa.d.mts.map