import { EventsService } from './api'; /** * The {@link EventsService} that allows to publish events, and subscribe to topics. * Uses the `root` scope so that events can be shared across all plugins, modules, and more. * * @public */ export declare const eventsServiceRef: import("@backstage/backend-plugin-api").ServiceRef;