// Global declarations for E2E tests (WebDriverIO globals) declare namespace NodeJS { interface Global { browser: any; } } declare const browser: any;