import Manifold from "../../manifold";
/**
 * Corrects the colliding objects positions, by applying the position impulse in the given manifold.
 *
 * @param m {@link Manifold} describing the collision to apply position impulse for
 */
export default function applyPositionImpulse(m: Manifold): void;
