export declare class Point { x: number; y: number; constructor(x: any, y: any); } export default Point; //# sourceMappingURL=Point.d.ts.map