import { HttpClient } from '@wix/sdk-types'; import { GetCheckoutContentIdentifiers, GetCheckoutContentOptions, GetCheckoutContentResponse } from './ecom-api-v1-checkout-content-provider-checkout-content.universal.js'; export declare const __metadata: { PACKAGE_NAME: string; }; export declare function getCheckoutContent(httpClient: HttpClient): GetCheckoutContentSignature; interface GetCheckoutContentSignature { /** * Retrieves a CheckoutContent. */ (identifiers: GetCheckoutContentIdentifiers, options?: GetCheckoutContentOptions | undefined): Promise; } export { CheckoutContent, CheckoutContentProvider, GetCheckoutContentIdentifiers, GetCheckoutContentOptions, GetCheckoutContentRequest, GetCheckoutContentResponse, } from './ecom-api-v1-checkout-content-provider-checkout-content.universal.js';