import { Point2D } from '../types/Point2D'; import { Vector2 } from '../types/Vector2'; export declare function pointFromVector(v: Vector2): Point2D;