import type { BaseTool } from "@llamaindex/core/llms";
export declare const getReACTAgentSystemHeader: (tools: BaseTool[]) => string;
