interface P { x: number; y: number; } export declare function simplify(points: P[], sqTolerance?: number, highestQuality?: boolean): P[]; export {}; //# sourceMappingURL=Simplify.d.ts.map