import { type DIGEST_ALGORITHM } from "../AlgorithmInformation-2009/DIGEST-ALGORITHM.oca.mjs"; /** * @summary HashAlgs * @description * * ### ASN.1 Definition: * * ```asn1 * HashAlgs DIGEST-ALGORITHM ::= { mda-sha224 | mda-sha256 | mda-sha384 | mda-sha512, * ... * } * ``` * * @constant * @type {DIGEST_ALGORITHM[]} * */ export declare const HashAlgs: DIGEST_ALGORITHM[]; //# sourceMappingURL=HashAlgs.osa.d.mts.map