import { createIntentBus } from "intentx-runtime"; export type IntentBus = ReturnType; export declare function getGlobalBus(): IntentBus; export declare function getScopedBus(scope?: string): IntentBus; //# sourceMappingURL=bus.d.ts.map