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