export type Point = { x: number; y: number; }; //# sourceMappingURL=Point.d.ts.map