export = NotificationService; declare class NotificationService { constructor(dir: any, name?: string); dir: any; name: string; scan(callback: Func, options?: {}): Promise; scanOnce(callback: any): Promise; scanItem(callback: any, name: any): Promise; notify(message: JSON, id: any): string; notifyStudy(studyUID: any, options?: {}): void; }