import { AgentStep } from "@langchain/core/agents"; //#region src/agents/format_scratchpad/xml.d.ts declare function formatXml(intermediateSteps: AgentStep[]): string; //#endregion export { formatXml }; //# sourceMappingURL=xml.d.ts.map