type Point3 = { x: number; y: number; z: number; }; export type { Point3 };