/// interface Window { posthog?: { capture: (event: string, properties?: Record) => void; identify: (distinctId: string, properties?: Record) => void; reset: () => void; captureException: (error: unknown) => void; }; }