import { EventBus } from './event-bus'; declare global { const eventBus: EventBus; } export declare const getGlobal: () => typeof globalThis; export { EventBus };