import { NotificationItem } from '../types.js'; export declare function NotificationsEcho({ channel, onReceive, }: { channel: string; onReceive: (item: NotificationItem) => void; }): null;