import type { MovementPhysicsParams } from './types'; export declare function updateMovementPhysics({ forward, backward, left, right, run, playerYRotation, controls, smoothedPlayerPosition }: MovementPhysicsParams): void;