@paypal/paypal-js
    Preparing search index...
    PayPalLegacyBillingAgreementsSession: Omit<BasePaymentSession, "start"> & {
        start: (
            presentationModeOptions: PayPalLegacyBillingPresentationModeOptions,
            paymentSessionPromise?: PayPalLegacyBillingAgreementsSessionPromise,
        ) => Promise<void>;
    }