export declare type ISimplifyArrayPoint = [number, number]; export declare function SimplifyAP(points: ISimplifyArrayPoint[], tolerance?: number, highestQuality?: boolean): ISimplifyArrayPoint[];