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