export declare function createCheckoutSession(userId: string, email: string, plan: 'weekly' | 'monthly', successUrl: string, cancelUrl: string): Promise<string>;
export declare function createPortalSession(customerId: string, returnUrl: string): Promise<string>;
export declare function handleWebhook(payload: Buffer, signature: string): Promise<void>;
export declare function cancelSubscription(subscriptionId: string): Promise<void>;
//# sourceMappingURL=stripe.d.ts.map