import { RequestOptionsFactory } from '@wix/sdk-types'; /** * Retrieves the sites' checkout settings. * * * The `getCheckoutSettings()` function returns a Promise that resolves to checkout settings. */ export declare function getCheckoutSettings(payload: object): RequestOptionsFactory; /** * Updates the sites' checkout settings. * * * The `updateCheckoutSettings()` function returns a Promise that resolves to the newly updated checkout settings. */ export declare function updateCheckoutSettings(payload: object): RequestOptionsFactory;