import Fixture from "../fixture/Fixture"; export default class Contact { readonly b2Contact: Box2D.b2Contact; readonly fixtureA: Fixture; readonly fixtureB: Fixture; constructor(b2Contact: Box2D.b2Contact, fixtureA: Fixture, fixtureB: Fixture); }