import type { PlatformAdapter } from '../../platform/index.js'; import type { EventBus } from '../../events/index.js'; /** Called once from app.ts during startup, after EventBus is constructed. */ export declare function initInteractionHandlers(bus: EventBus): void; export declare function registerInteractionHandlers(adapter: PlatformAdapter): void;