export type XYPoint = { x: number; y: number; }; export type XYZPoint = { x: number; y: number; z: number; }; //# sourceMappingURL=types.d.ts.map