import { ID } from "../AlgorithmObjectIdentifiers/ID.ta.mjs"; /** * @summary ecdsa_with_SHA512 * @description * * ### ASN.1 Definition: * * ```asn1 * ecdsa-with-SHA512 ID ::= { ansi-x9-62 signatures(4) ecdsa-with-SHA2(3) 4 } * ``` * * @constant */ export declare const ecdsa_with_SHA512: ID; //# sourceMappingURL=ecdsa-with-SHA512.va.d.mts.map