import type { EventBrokerSubscription } from "./EventBroker.js"; export declare function useEventBroker(subscription: EventBrokerSubscription, broker?: import("./EventBroker.js").EventBroker): void;