import type { Cart } from '../../../api/create-cart/index.js'; import type { CartSummary } from '../../../api/calculate-cart/index.js'; import type { Service } from '@wix/auto_sdk_bookings_services'; export declare function isCheckoutRequired(cart: Cart, summary: CartSummary, service: Service): boolean;