declare module '*.module.css'; interface Window { Lidarr: { apiKey: string; instanceName: string; theme: string; urlBase: string; version: string; }; }