import Path2 from './type'
import Vec2 from '../../maths/vec2/type'

export default appendPoints

declare function appendPoints(points: Array<Vec2>, geometry: Path2): Path2
