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