/** * The server package version, read from packages/server/package.json. * * Single source of truth — the HTTP server (http/server.ts, which pins it into * SERVER_VERSION) and the CLI entry (cli/index.ts) both read it through here so * the version string has exactly one implementation. */ export declare function readServerVersion(): string; //# sourceMappingURL=server-version.d.ts.map