import { RequestOptionsFactory } from '@wix/sdk-types'; /** Retrieves the widget settings for the site. */ export declare function getWidgetSettings(payload: object): RequestOptionsFactory; /** Sets the widget settings for the site. */ export declare function setWidgetSettings(payload: object): RequestOptionsFactory;