import { type ALGORITHM } from "../AuthenticationFramework/ALGORITHM.oca.mjs"; /** * @summary HashAlgorithms * @description * * ### ASN.1 Definition: * * ```asn1 * HashAlgorithms ALGORITHM ::= {sha1Algorithm | * sha224 | * sha256 | * sha384 | * sha512 } * ``` * * @constant * @type {ALGORITHM[]} * */ export declare const HashAlgorithms: ALGORITHM[]; //# sourceMappingURL=HashAlgorithms.osa.d.mts.map