export interface PlatformAnalytics { trackEvent(event: string, properties: Record): void; setUserProperty(key: string, value: string): void; setUserId(userId: string): void; isEnabled(): boolean; } //# sourceMappingURL=platform-analytics.d.ts.map