import type { User, Notifier, NotificationType } from '../types';
export declare function notify(notifier: Notifier, type: NotificationType, user: User, notifierOptions?: Record<string, unknown>): Promise<User>;
