export declare class VSCodeIntegration { private projectPath; constructor(projectPath: string); setup(agents: any[]): Promise; }