/**
 * Stripe Partner Details (Internal)
 * Registered with Stripe when the library initializes
 */
export declare const STRIPE_PARTNER_DETAILS: {
    name: string;
    version: string;
    url: string;
    partner_id: string;
};
//# sourceMappingURL=constants.d.ts.map