import type { Bounds, Point } from '../types'; export default function getBoundsByPoints(e: PointerEvent, resizeOrMove: string, point: Point, bounds: Bounds): Point[];