import { type NotificationCategory } from '../data'; export declare const addErrorToNotifications: (error: unknown, category: NotificationCategory, timeout?: boolean | number) => void;