import { AgentMap } from "../core/types.js"; import { RepoFile, SearchMatch } from "../tools/repo-tools.js"; export declare function buildAgentBlastPrompt(input: { question: string; cwd: string; agentMap: AgentMap; files: RepoFile[]; matches: SearchMatch[]; }): string;