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