import { IPoint } from "../point"; export interface DecimateOnline { concat(newPoints: Array): DecimateOnline; toPoints(): Array; }