/** Service version for GET /v1/capabilities — read from the package.json shipped next to src/ in the * image (Dockerfile COPYs it). Best-effort: an unreadable file reports "unknown", never crashes boot. */ declare function serviceVersion(): string; export { serviceVersion }; //# sourceMappingURL=service-version.d.ts.map