import { b2Transform } from "@box2d/core"; declare module "@box2d/core" { interface b2Body { readonly m_xf0: b2Transform; } } //# sourceMappingURL=b2_body.d.ts.map