export interface AnalyticsService { trackEvent(name: string, properties?: Record): void; }