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