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