import { DataPoint } from '../../../types/data-point.js'; export declare const selectedToGroupedDataPoints: (selected: Map) => DataPoint[][];