import type { AnalyticsService } from "./analytics-service"; export class NoopAnalyticsService implements AnalyticsService { trackEvent() {} }