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