import { Point } from '../Point';
/**
 * 求向量长度
 * @param p 点p
 */
export declare function lengthTo(p: Point): number;
