import { getCheckoutContent as publicGetCheckoutContent } from './ecom-api-v1-checkout-content-provider-checkout-content.public.js'; import { BuildRESTFunction, MaybeContext } from '@wix/sdk-types'; export declare const getCheckoutContent: MaybeContext & typeof publicGetCheckoutContent>; export { CheckoutContentProvider, GetCheckoutContentRequest, GetCheckoutContentResponse, CheckoutContent, GetCheckoutContentIdentifiers, GetCheckoutContentOptions, } from './ecom-api-v1-checkout-content-provider-checkout-content.universal.js';