declare function is_on_curve(p: any): 1 | 0;
export { is_on_curve };
