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