interface ImportMetaEnv { TEST: string; } interface ImportMeta { env: ImportMetaEnv; bar: number; }