// import EventBus from '../utils/eventBus'; import Interaction from './interaction'; // interface InteractionType { // standardEventBus: EventBus, // interactEventBus: EventBus, // bindInteractEvent: (eventName: string, handler: (e: Event) => void) => void, // } export { // InteractionType, Interaction, };