/// interface Window { posthog?: { capture: (event: string, properties?: Record) => void; }; }