export declare const PAYMENT_PROVIDERS: {
    readonly STRIPE: "stripe";
    readonly PAYPAL: "paypal";
    readonly OTHER: "other";
};
