import type { CancelablePromise } from '../core/CancelablePromise'; export declare class BillingService { /** * Stripe Webhook * Receive Stripe webhook. Verify signature, dedupe, dispatch handler. * @returns string Successful Response * @throws ApiError */ static billingWebhook(): CancelablePromise>; } //# sourceMappingURL=BillingService.d.ts.map