import { ProjectivePoint } from "./types.js"; export declare const CURVE_ORDER: bigint; export declare const GENERATOR: ProjectivePoint; export declare const SECONDARY_GENERATOR: ProjectivePoint;