import type { Point } from '../../../types'; /** * Function to check the minimum length of points in polygon, free line mode */ export declare const isLessThanTheMinimumPointsLength: (points: Point[]) => boolean;