import type { ToolsForLLM } from "@empiricalrun/shared-types/chat-agent"; import type { FileInfo } from "@empiricalrun/shared-types/test-gen"; import { BaseAgent } from "../base"; export declare class ChatAgent extends BaseAgent { protected getTools(): ToolsForLLM; buildSystemPrompt(repoInfoBuilder: () => Promise): Promise; } //# sourceMappingURL=index.d.ts.map