import { Cancellable } from "@lincode/promiselikes";
import PhysicsObjectManager from ".";
import "./bvh/bvhLoop";
export default function (this: PhysicsObjectManager, handle: Cancellable): void;
