import type { UnchainedCore } from '@unchainedshop/core';
export declare const WebhookEventTypes: {
    PAYMENT_INTENT_SUCCEEDED: string;
    SETUP_INTENT_SUCCEEDED: string;
};
export declare function stripeWebhookHandler(request: Request, context: UnchainedCore): Promise<Response>;
