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