/** * Module for the events-backend plugin, * registering an HTTP POST ingress with request validator * which verifies the webhook token based on a secret. * * Registers the `GitlabEventRouter`. * * @alpha */ export declare const eventsModuleGitlabWebhook: () => import("@backstage/backend-plugin-api").BackendFeature;