import { type CurveFn } from './abstract/weierstrass.js';
export declare const p: bigint;
export declare const q: bigint;
/** https://neuromancer.sk/std/other/Pallas */
export declare const pallas: CurveFn;
/** https://neuromancer.sk/std/other/Vesta */
export declare const vesta: CurveFn;
//# sourceMappingURL=pasta.d.ts.map