import Stripe from "stripe"; export declare const paymentIntentProcessing: (subEvent: Stripe.PaymentIntent) => Promise>; export declare const paymentIntentCanceled: (subEvent: Stripe.PaymentIntent) => Promise>; export declare const paymentIntentSucceeded: (subEvent: Stripe.PaymentIntent) => Promise>; export declare const paymentIntentFailed: (subEvent: Stripe.PaymentIntent) => Promise>;