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