@@ -0,0 +1,12 @@
+import {
+ Mesh,
+ Vector3
+} from '../../../src/Three';
+
+export class CannonPhysics {
+ constructor();
+ addMesh( mesh: Mesh, mass: number ): void;
+ setMeshPosition( mesh: Mesh, position: Vector3, index: number ): void;
+}