import type { RawVector3 } from '../vec3/RawVector3'; export type RawBox3 = [min: RawVector3, max: RawVector3];