export declare const douglasPeucker: (threshold: number, pathArr: number[]) => number[];