export interface INotificationOptions { /** CLSID used by Windows to report notification events */ readonly toastActivatorClsid?: string; }