import type { Point } from '../../geometry/index.js';
/**
 * Round a point to the nearest integer.
 * @param point - Point to round.
 * @returns The rounded point.
 */
export declare function roundPoint(point: Point): Point;
//# sourceMappingURL=roundPoint.d.ts.map