import type { BaseTool } from "../../types.js"; export declare const getReACTAgentSystemHeader: (tools: BaseTool[]) => string;