import { Point } from '@appvise/domain'; export declare class PointField { x: number; y: number; constructor(point: Point); }