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