/** * Module for the events-backend plugin, adding an event router for Gerrit. * * Registers the `GerritEventRouter`. * * @alpha */ export declare const eventsModuleGerritEventRouter: () => import("@backstage/backend-plugin-api").BackendFeature;