import Point from './Point';
export default function sumPoints(point1: Point, point2: Point): Point;
//# sourceMappingURL=sumPoints.d.ts.map