import { ID } from "../AlgorithmObjectIdentifiers/ID.ta.mjs"; /** * @summary sect409r1 * @description * * ### ASN.1 Definition: * * ```asn1 * sect409r1 ID ::= { certicom-curve 37 } * ``` * * @constant */ export declare const sect409r1: ID; //# sourceMappingURL=sect409r1.va.d.mts.map