Group
const Group: typeof Group & (...args: [{
  "x":   | string
     | number
     | bigint
     | FieldVar
     | Field;
  "y":   | string
     | number
     | bigint
     | FieldVar
     | Field;
 }]) => Group;
An element of a Group.
const Group: typeof Group & (...args: [{
  "x":   | string
     | number
     | bigint
     | FieldVar
     | Field;
  "y":   | string
     | number
     | bigint
     | FieldVar
     | Field;
 }]) => Group;
An element of a Group.