import { type Point } from "./math"; export declare function douglasPeucker(points: Point[], epsilon: number): Point[];