import { OBJECT_IDENTIFIER } from "@wildboar/asn1"; /** * @summary sect283k1 * @description * * ### ASN.1 Definition: * * ```asn1 * sect283k1 OBJECT IDENTIFIER ::= { * iso(1) identified-organization(3) certicom(132) curve(0) 16 } * ``` * * @constant */ export declare const sect283k1: OBJECT_IDENTIFIER; //# sourceMappingURL=sect283k1.va.d.mts.map