import type { Point } from '../../utils/geometry/points.js';
/**
 * Remove duplicate points from array.
 * @param points - Polygon points array.
 * @returns Cleaned polygon points array.
 */
export declare function deleteDuplicates(points: Point[]): Point[];
//# sourceMappingURL=deleteDuplicates.d.ts.map