import { StripeWebhookMode } from './stripe.interfaces'; export declare class StripeWebhookService { handleWebhook(event: any, mode: StripeWebhookMode): void | Promise; } //# sourceMappingURL=stripe.webhook.service.d.ts.map