/** * Read `version` from the shipped `package.json` relative to a built entry * (`dist/*.js` → `../package.json`). Keeps CLI `--version` and MCP `serverInfo` * aligned with the published npm tag. */ export declare function readPackageVersion(importMetaUrl: string | URL): string; //# sourceMappingURL=package-version.d.ts.map