import type { AgentConfig } from './types.js'; export declare function runDebugger(config: AgentConfig, startCommand?: string): Promise; export declare function analyzeError(errorOutput: string, config: AgentConfig): Promise; //# sourceMappingURL=debugger.d.ts.map