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