import * as ambassadorWixEcomV1CheckoutSettingsTypes from './ecom-v1-checkout-settings-checkout-settings.types.js'; import * as ambassadorWixEcomV1CheckoutSettingsUniversalTypes from './ecom-v1-checkout-settings-checkout-settings.universal.js'; export type __PublicMethodMetaInfo = { getUrl: (context: any) => string; httpMethod: K; path: string; pathParams: M; __requestType: T; __originalRequestType: S; __responseType: Q; __originalResponseType: R; }; export declare function getCheckoutSettings(): __PublicMethodMetaInfo<'GET', {}, ambassadorWixEcomV1CheckoutSettingsUniversalTypes.GetCheckoutSettingsRequest, ambassadorWixEcomV1CheckoutSettingsTypes.GetCheckoutSettingsRequest, ambassadorWixEcomV1CheckoutSettingsUniversalTypes.GetCheckoutSettingsResponse & ambassadorWixEcomV1CheckoutSettingsUniversalTypes.GetCheckoutSettingsResponseNonNullableFields, ambassadorWixEcomV1CheckoutSettingsTypes.GetCheckoutSettingsResponse & ambassadorWixEcomV1CheckoutSettingsTypes.GetCheckoutSettingsResponseNonNullableFields>; export declare function updateCheckoutSettings(): __PublicMethodMetaInfo<'PATCH', {}, ambassadorWixEcomV1CheckoutSettingsUniversalTypes.UpdateCheckoutSettingsRequest, ambassadorWixEcomV1CheckoutSettingsTypes.UpdateCheckoutSettingsRequest, ambassadorWixEcomV1CheckoutSettingsUniversalTypes.UpdateCheckoutSettingsResponse & ambassadorWixEcomV1CheckoutSettingsUniversalTypes.UpdateCheckoutSettingsResponseNonNullableFields, ambassadorWixEcomV1CheckoutSettingsTypes.UpdateCheckoutSettingsResponse & ambassadorWixEcomV1CheckoutSettingsTypes.UpdateCheckoutSettingsResponseNonNullableFields>;