import StripeSubscription from "../stripe-subscription"; import { PaymentIntentOptions } from "medusa-payment-stripe"; export declare class StripeTest extends StripeSubscription { constructor(_: any, options: any); get paymentIntentOptions(): PaymentIntentOptions; }