/** * Remote Antigravity version fetcher. * * Mirrors the Antigravity-Manager's version resolution strategy: * 1. Auto-updater API (plain text with semver) * 2. Changelog page scrape (first 5000 chars) * 3. Hardcoded fallback in constants.ts * * Called once at plugin startup to ensure headers use the latest * supported version, avoiding "version no longer supported" errors. * * @see https://github.com/lbjlaq/Antigravity-Manager (src-tauri/src/constants.rs) */ /** * Fetch the latest Antigravity version and update the global constant. * Safe to call before logger is initialized (will silently skip logging). */ export declare function initAntigravityVersion(): Promise; //# sourceMappingURL=version.d.ts.map