import type { Vector3 } from "../../common/utils/Vector";
export interface Dimensions {
    min: Vector3;
    max: Vector3;
}
