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