import { RequestOptionsFactory } from '@wix/sdk-types'; /** * Sends a notification. * * * The `notify()` function sends a [notification](https://support.wix.com/en/article/about-your-dashboard-notifications) to the specified recipients on the specified channels. * * List the the channels for the notification in the `channels` parameter . * * List the recipients for the notification in the `toContacts`, `toSiteContributors`, and `toTopicsSubscribers` parameters. */ export declare function notify(payload: object): RequestOptionsFactory;