/** * GitHub Webhook Schemas - Zod schemas for validating GitHub webhook payloads */ export * from './schemas/index.js'; export { emitterEventNames as eventTypes } from '@octokit/webhooks'; export { createGithubWebhookRouter, type WebhookHandler, type WebhookRouteEvent, type WebhookRouteHandlers, type WebhookRouteKey, type WebhookRouter, } from './registry.js'; //# sourceMappingURL=index.d.ts.map