import type { Application } from '../../../declarations'; import { stripeWebhooksPath } from './webhooks.shared'; export * from './webhooks.class'; export declare function verifyStripeSignature(context: any): Promise; export declare const stripeWebhooks: (app: Application) => void; declare module '../../../declarations' { interface ServiceTypes { [stripeWebhooksPath]: any; } }