export function arePointsCollinear(point0: any, point1: any, point2: any): any; export function removeDuplicatePoints(path: any): any; export function removeCollinearPoints(path: any): any[]; export const clipSegmentToCircle: typeof import("./lib/clip/clip-segment-to-circle"); export const clipLineToCircle: typeof import("./lib/clip/clip-line-to-circle"); export function clipPolylinesToBox(polylines: any, bbox: any, border: any, closeLines: any): any; export function getBounds(points: any): any[]; export function createHatchLines(bounds: any, angle: any, spacing: any, out: any): any;