import type { ControlsContext, HandContext } from './types.js'; export declare const setupTouchControls: (context: ControlsContext, handContext: HandContext, fixedStep?: number) => void;