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