export type Point2 = import("../common/index.js").Point2; export type Secp256k1Curve_ = CurveWithOps & { toAffine: (point: T) => Point2; fromAffine: (point: Point2) => T; }; import { CurveWithOps } from "../common/index.js"; //# sourceMappingURL=Secp256k1Curve.d.ts.map