import { AgentStep } from "@langchain/core/agents";
export declare function formatXml(intermediateSteps: AgentStep[]): string;
