import { b2Joint } from '../Joints';
import { b2Body } from '../b2Body';
export declare class b2JointEdge {
    other: b2Body;
    joint: b2Joint;
    prev: b2JointEdge;
    next: b2JointEdge;
}
//# sourceMappingURL=b2JointEdge.d.ts.map