import { HttpClient, MaybeContext, BuildRESTFunction } from '@wix/sdk-types'; import { G as GetCheckoutContentIdentifiers, a as GetCheckoutContentOptions, b as GetCheckoutContentResponse } from './ecom-api-v1-checkout-content-provider-checkout-content.universal-BpPUnVg4.js'; export { d as CheckoutContent, C as CheckoutContentProvider, c as GetCheckoutContentRequest } from './ecom-api-v1-checkout-content-provider-checkout-content.universal-BpPUnVg4.js'; declare function getCheckoutContent$1(httpClient: HttpClient): GetCheckoutContentSignature; interface GetCheckoutContentSignature { /** * Retrieves a CheckoutContent. */ (identifiers: GetCheckoutContentIdentifiers, options?: GetCheckoutContentOptions | undefined): Promise; } declare const getCheckoutContent: MaybeContext & typeof getCheckoutContent$1>; export { GetCheckoutContentIdentifiers, GetCheckoutContentOptions, GetCheckoutContentResponse, getCheckoutContent };