/**
 * Start the Capgo MCP (Model Context Protocol) server.
 * This allows AI agents to interact with Capgo Cloud programmatically.
 */
export declare function startMcpServer(): Promise<void>;
