/** * Re-exported from @crediball/core so the event bus is shared between * @crediball/react, @crediball/elements, and any core-based data client — * a signal fired from one surface (e.g. the web-components layer) is seen by * every other. Kept as a distinct module path for backwards compatibility * with existing imports inside this package. */ export { notifyInsufficientCredits, subscribeInsufficientCredits } from "@crediball/core";