import { b2Mat22, b2Vec2 } from '../Common/Math'; export declare class b2OBB { R: b2Mat22; center: b2Vec2; extents: b2Vec2; } //# sourceMappingURL=b2OBB.d.ts.map