/** * A/B Testing Webhook Handlers * * Utilities for processing Contentful webhooks to sync PageTest configurations. */ export type { RawPageTest, WebhookHandlerConfig, WebhookResult, } from './handler'; export { createWebhookHandler, normalizeVariantConfig, processAbTestWebhook, transformPageTest, } from './handler'; //# sourceMappingURL=index.d.ts.map