import { Store } from './store'; export declare const GET_TICKET_STATUSES: any; export declare class NotificationService { private readonly store; private readonly showNotification; status: 'clean' | 'notified'; initialized: boolean; constructor(store: Store, showNotification: Function); setUpNotifications(): void; private showConnectReminder; private setUpTicketsNotification; }