export default function group({ nodes, by, lineId }: { nodes: any; by: any; lineId: any; }): any[];