import { HttpClient, NonNullablePaths, MaybeContext, BuildRESTFunction } from '@wix/sdk-types'; import { RequestedFieldsWithLiterals, GetEcommerceSettingsResponse, GetEcommerceSettingsApplicationErrors } from './index.typings.mjs'; export { AccountInfo, ActionEvent, ActiveProvider, Address, Alignment, AlignmentWithLiterals, App, AssignedFromFloatingReason, BackgroundFill, BackgroundFillOptionsOneOf, BooleanFeature, BusinessProperties, CancelRequestedReason, CheckboxField, CheckoutBillingFields, CheckoutBillingFieldsWithLiterals, CheckoutBrand, CheckoutFields, CheckoutFooter, CheckoutGlobal, CheckoutHeader, CheckoutMain, CheckoutPolicies, CheckoutSettings, ContactUsPolicy, ContinueShopping, ContractSwitchClassification, ContractSwitchClassificationWithLiterals, ContractSwitchedReason, CountryDeliveryProperties, CustomCheckoutPolicy, CustomTag, DeliveryConfiguration, DeliveryDestinationProperties, Destination, DestinationScope, DestinationScopeWithLiterals, DigitalItemPolicy, DiscountRulesConfiguration, DisplayType, DisplayTypeWithLiterals, DomainEvent, DomainEventBodyOneOf, EcomSitePropertiesChangedEvent, EcommerceSettings, Empty, EntityCreatedEvent, EntityDeletedEvent, EntityUpdatedEvent, Error, ExpressButtonsCornerRadius, ExpressButtonsCornerRadiusWithLiterals, Feature, FeatureCancelled, FeatureCancelledReasonOneOf, FeatureContext, FeatureDisabled, FeatureDisabledReasonOneOf, FeatureEnabled, FeatureEnabledReasonOneOf, FeatureEvent, FeatureEventEventOneOf, FeaturePeriod, FeaturePeriodWithLiterals, FeatureQuantityInfoOneOf, FeatureQuotaUsageChanged, FeatureUpdated, FeatureUpdatedPreviousQuantityInfoOneOf, FeatureUpdatedReasonOneOf, File, FocalPoint, GetEcommerceSettingsRequest, IdentificationData, IdentificationDataIdOneOf, InputFieldBackgroundStyle, InputFieldBackgroundStyleWithLiterals, InvalidateCache, InvalidateCacheGetByOneOf, Locale, Logo, LogoSize, LogoSizeWithLiterals, ManualFeatureCreationReason, ManualSyncReason, MessageEnvelope, MigratedFromLegacyReason, NewFeatureReason, Page, Pages, PrivacyPolicy, QuotaExhaustedReason, QuotaFeature, QuotaInfo, QuotaInfoEntry, ReassignedFromSiteReason, ReassignedToAnotherSiteReason, ReplacedByAnotherSubscriptionReason, RequestedFields, RestoreInfo, ReturnPolicy, ServicePluginConfiguration, StreetAddress, SubdivisionDeliveryProperties, TaxConfiguration, TermsAndConditionsPolicy, TransferredFromAnotherAccountReason, TransferredToAnotherAccountReason, TriggerFlow, TriggerFlowWithLiterals, URI, URIs, UnAssingedToFloatingReason, WebhookIdentityType, WebhookIdentityTypeWithLiterals } from './index.typings.mjs'; declare function getEcommerceSettings$1(httpClient: HttpClient): GetEcommerceSettingsSignature; interface GetEcommerceSettingsSignature { /** * Retrieves site eCommerce settings. * @param - Fields to include in the response. */ (fields: RequestedFieldsWithLiterals[]): Promise & { __applicationErrorsType?: GetEcommerceSettingsApplicationErrors; }>; } declare const getEcommerceSettings: MaybeContext & typeof getEcommerceSettings$1>; export { GetEcommerceSettingsApplicationErrors, GetEcommerceSettingsResponse, RequestedFieldsWithLiterals, getEcommerceSettings };