/** * Serve CLI Command * * Start local multi-tenant MCP hosting for development */ import type { Command } from 'commander'; /** * Register the `serve` command (multi-tenant MCP hosting) */ export declare function registerServeCommand(program: Command): void; //# sourceMappingURL=serve.d.ts.map