import { BaseActionManager } from './base-action.manager'; export declare class NotificationActionManager extends BaseActionManager { private onToasterClick; private onToasterHide; private notifyViaToaster; private notifyViaDialog; notify(variable: any, options: any, success: any, error: any): void; getMessage(variable: any): any; setMessage(variable: any, text: any): any; }