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