import type { World } from '@dimforge/rapier3d-compat';
import { Object3D } from 'three';
export declare function createCharacterController(world: World, object: Object3D): import("@dimforge/rapier3d-compat").KinematicCharacterController;
