import { Stripe } from './stripe.core.js';
declare const StripeConstructor: (this: any, key: string, config?: Record<string, unknown>) => Stripe;
declare namespace StripeConstructor {
type Stripe = import('./stripe.core.js').Stripe;
}
export = StripeConstructor;