/// import { EventEmitter } from 'events'; export default class Notifier { static getInstance(): EventEmitter; static refreshInstance(): void; }