/** @public */
export interface Point {
    x: number;
    y: number;
}
//# sourceMappingURL=point.d.ts.map