/// interface ImportMetaEnv { readonly SIX_TITLE?: string; readonly SIX_API?: string; } interface ImportMeta { readonly env: ImportMetaEnv; } declare const __app_base__: string; declare const __app_name__: string; declare const __app_version__: string;