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