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