export default function createLines({ groups, threshold }: { groups: any; threshold: any; }): { x1: any; y1: any; x2: any; y2: any; }[];