import { McpOptions } from './client.dto.js'; import { PostMessageble } from '../hook/adapter.js'; export declare class McpServerConnectMonitor { private Monitor; private Options; private uuid; private webview; private filePath; constructor(uuid: string, options: McpOptions, onchange: Function, webview?: PostMessageble); private setupStdioMonitor; private sendWebviewMessage; close(): void; }