import { ToastNotification, ToastNotificationState } from './toastNotificationState'; export declare const getNotifications: (state: ToastNotificationState) => ToastNotification[]; export declare const getLastNotificationTime: (state: ToastNotificationState) => number; export declare const getNotificationsByNotificationId: (state: ToastNotificationState, notificationId: string) => ToastNotification | undefined;