export interface NotificationPort { showNotification(title: string, body: string): void; sendMobileNotification(url: string, title: string, message: string): void; }