declare global { interface Window { analytics: any; } } export declare const setupGoogleAnalytics: (gaCode: string) => Promise;