/// interface ImportMetaEnv { readonly VITE_API_BASE?: string readonly VITE_API_PROXY?: string } interface ImportMeta { readonly env: ImportMetaEnv } /** * Build identity injected via Vite {@code define} (см. vite.config.ts). * Используются {@code useAppVersion} hook + {@code UpdateBanner} component * для server-vs-client comparison. * * */ declare const __APP_VERSION__: string declare const __APP_TAG__: string declare const __APP_CI__: boolean declare const __APP_COMMIT__: string declare const __APP_BUILT_AT__: string