import type { Stripe } from '@stripe/stripe-js'; export declare const isServer: boolean; export declare function register(stripe: Stripe): void;