import { Vector3 } from '../utils';
export interface Dimensions {
    min: Vector3;
    max: Vector3;
}
