export interface McpSseOptions { host: string; port: number; } export declare function startMcpSseServer(options: McpSseOptions): Promise;