import type { NotificationService } from "./notification-service"; export class NoopNotificationService implements NotificationService { async notify() {} }