import { Point } from "./point"; export type Box = [Point, Point, Point, Point];