import { NotificationPayload } from '../../payload.types'; export declare function notify(payload: NotificationPayload): Promise;