import type { AgentDefinition } from "./types"; export declare function getPlanAgentPrompt(): string; export declare const PLAN_AGENT_DEFINITION: AgentDefinition;