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