import { Rectangle } from '@bud-designer/geometry'; export interface ModelGeometryInterface { getBoundingBox(): Rectangle; }