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