import { StripeModuleConfig, StripeWebhookMode } from './stripe.interfaces'; import { StripePayloadService } from './stripe.payload.service'; import { StripeWebhookService } from './stripe.webhook.service'; export declare class StripeWebhookController { private readonly stripePayloadService; private readonly stripeWebhookService; private readonly requestBodyProperty; constructor(config: StripeModuleConfig, stripePayloadService: StripePayloadService, stripeWebhookService: StripeWebhookService); handleWebhook(sig: string, request: any, mode?: StripeWebhookMode): Promise; } //# sourceMappingURL=stripe.webhook.controller.d.ts.map