import Stripe from 'stripe';
export declare const stripe: Stripe;
export declare const STRIPE_WEBHOOK_SECRET: string;
export declare const STRIPE_REFRESH_URL: string;
export declare const STRIPE_RETURN_URL: string;
export declare const PLATFORM_COMMISSION_PERCENT: number;
