import type { AgentConfig } from "./types.js"; export declare function buildAgentEstimate(input: { prompt: string; description: string; type: string; config?: AgentConfig; inheritContext: boolean; maxTurns?: number; }): string;