/// /// /// interface ImportMetaEnv { readonly PUBLIC_TABLE_OF_CONTENT_AUTO_COLLAPSE?: string | boolean; // Back-compat readonly PUBLIC_TOC_AUTO_COLLAPSE?: string | boolean; } interface ImportMeta { readonly env: ImportMetaEnv; }