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