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