import { Point } from "../../common/types"; declare function toPoint(point: [Point]): Point; declare function toPoint(point: number[]): Point; export default toPoint;