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