import { Polygon } from './Polygon'; export declare const simplifyPolygon: (polygon: Polygon, tolerance?: number) => Polygon;