import { Object3D } from 'three'; import type { SimpleCharacterMovementOptions } from './types.js'; import type { BvhCharacterPhysics } from '../physics/index.js'; export declare function updateSimpleCharacterVelocity(camera: Object3D, physics: BvhCharacterPhysics, options?: SimpleCharacterMovementOptions): void;