import Stripe from 'stripe'; /** * Gets the {@link Stripe} runtime instance. * * This instance is created only once and recycled throughout the lifespan of the application. * * Note: this method is intended to be used the server-side only. * * If `fetch` is available in the global scope, it will be used as the default HTTP client. */ export declare function useStripe(): Stripe;