import type { RouteHandlerMethod } from 'fastify';
export declare const WebhookEventTypes: {
    PAYMENT_INTENT_SUCCEEDED: string;
    SETUP_INTENT_SUCCEEDED: string;
};
export declare const stripeHandler: RouteHandlerMethod;
