import type Stripe from 'stripe'; import { type StripeEventTypes } from './types.js'; export declare const WEBHOOK_EVENTS: StripeEventTypes[]; export declare const STRIPE_VERSION: Stripe.WebhookEndpointCreateParams.ApiVersion;