///
///
interface ImportMetaEnv {
readonly VITE_API_BASE?: string;
}
interface ImportMeta {
readonly env: ImportMetaEnv;
}
// Vite `define` injects these at build time (see vite.config.ts).
declare const __BUILD_SHA__: string;
declare const __BUILD_TIME__: string;