import { NotificationRegistry, NotificationRegistryState } from './notificationRegistryState'; export declare const getNotificationRegistry: (slice: NotificationRegistryState) => NotificationRegistry | undefined;