import type { IPointLike } from '@visactor/vutils';
export declare function flatten_simplify(points: IPointLike[], tolerance: number, highestQuality: boolean): IPointLike[];
