import { ID } from "../AlgorithmObjectIdentifiers/ID.ta.mjs"; /** * @summary ecStdCurvesAndGen * @description * * ### ASN.1 Definition: * * ```asn1 * ecStdCurvesAndGen ID ::= { teletrust algorithm(3) signature-algorithm(3) ecSign(2) 8} * ``` * * @constant */ export declare const ecStdCurvesAndGen: ID; //# sourceMappingURL=ecStdCurvesAndGen.va.d.mts.map