import type { Tool, ToolCall } from '../../../types/tools.js'; import type { ToolRuntimeContext } from '../context.js'; import type { PhaseResult, ToolExecutionRecord } from '../types.js'; export declare function mapOutputPhase(call: ToolCall, tool: Tool, _context: ToolRuntimeContext, record: ToolExecutionRecord): Promise; //# sourceMappingURL=map-output.d.ts.map