export interface Point { x: Number; y: Number; }