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