import { b2Body } from '../b2Body'; export declare class b2JointDef { constructor(); type: number /** int */; userData: any; body1: b2Body; body2: b2Body; collideConnected: boolean; } //# sourceMappingURL=b2JointDef.d.ts.map