import type { Alert, AlertsManager } from './types'; export declare const makeAlertsManager: (setAlerts: React.Dispatch>, plugin: boolean) => AlertsManager;