import { CursorManager } from '../managers/CursorManager';
/**
 * Sets up UI updates by subscribing directly to the Zustand store
 * This replaces the UIObserver class with a simpler, more direct approach
 */
export declare function setupUIUpdater(playerElement: HTMLElement, cursorManager: CursorManager | null): () => void;
//# sourceMappingURL=UIUpdater.d.ts.map