export { Vector2 } from './Vector2'; export { Vertex } from './Vertex'; export { Segment, type Winding } from './Segment'; export { Shape, type BoundingBox } from './Shape';