/** Ensure the local HTTP worker is running the same version as the MCP process. */ export declare function ensureHttpServer(): Promise; export declare function healthVersion(value: unknown): string;