/** * Get the application version from package.json. * * @returns The package version string or a safe fallback on failure. */ export declare function getAppVersion(): string; /** * Get the MCP protocol version used by the gateway. */ export declare function getProtocolVersion(): string; //# sourceMappingURL=version.d.ts.map