import { AgentStatusInfo } from '../daemon/message-types/configure-ai-agents';
/**
 * Whether to show the "configure-ai-agents is outdated" banner after a task run.
 */
export declare function shouldPrintConfigureAiAgentsDisclaimer(outdatedAgents: AgentStatusInfo[], workspaceRoot: string): boolean;
