export declare type Point = { x: number; y: number; };