export * as Mat4 from './Mat4'; export * as Vec3 from './Vec3'; export type { Mat4 as Mat4Type } from './Mat4'; export type { Vec3 as Vec3Type } from './Vec3';