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