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