import type { Point } from '../../geometry/index.js'; /** * Check that the coordinates of a point are integers. * @param point - Point to check. * @param name - Specify name of the point to include in the error message. */ export declare function checkPointIsInteger(point: Point, name?: string): void; //# sourceMappingURL=checkPointIsInteger.d.ts.map