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