import type { RuntimeEventBus } from '../action/types'; export declare function useEventBus(name: string, callback: (...args: any[]) => void, bus?: RuntimeEventBus): void;