import type { AnyAgentTool } from "./pi-tools.types.js"; export declare function applyDeferredFollowupToolDescriptions(tools: AnyAgentTool[], params?: { agentId?: string; }): AnyAgentTool[];