export declare class NotificationsService { private toastr; private constructor(); notice(text: string): void; info(text: string, details?: string): void; error(text: string, details?: string): void; }