importtype { Point } from'../../geometry/index.js';
/**
* Round a point to the nearest integer.
* @parampoint - Point to round.
* @returns The rounded point.
*/exportdeclarefunctionroundPoint(point: Point): Point;
//# sourceMappingURL=roundPoint.d.ts.map