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