export { VecN, assertSameDim } from './vecn.js'; export { MatN, rotationFromPlanes, type PlaneRotation } from './matn.js'; export { TransformN, rotationMatrix, type RotationBackend } from './transform.js'; export { BivectorN, expBivector, wedgeVectors } from './bivector.js'; export { Rotor4 } from './rotor4.js'; //# sourceMappingURL=index.d.ts.map