#!/usr/bin/env node import { ToolResult } from './types.js'; export declare class VSCodeAgentServer { private server; private workspaceService; private fileService; private codeExecutionService; private dockerService; private gitService; private processService; private analysisService; private projectService; private vsCodeDetectionService; private projectConfigService; private secureCommandService; constructor(); setupToolHandlers(): void; executeToolCommand(name: string, args: Record): Promise; setupErrorHandling(): void; cleanup(): Promise; run(): Promise; } //# sourceMappingURL=index.d.ts.map