import { ID } from "../AlgorithmObjectIdentifiers/ID.ta.mjs"; /** * @summary hashAlgs * @description * * ### ASN.1 Definition: * * ```asn1 * hashAlgs ID ::= { nistAlgorithms hashalgs(2) } * ``` * * @constant */ export declare const hashAlgs: ID; //# sourceMappingURL=hashAlgs.va.d.mts.map