import { GoalRunArgs, AgentPrompts } from '../utils/index.js';
export declare const agentPrompts: () => AgentPrompts<GoalRunArgs>;
export declare const prompts: {
    generalAgentPersona: string;
    exhaustAllApproaches: string;
    variablesExplainer: string;
    evoExplainer: string;
};
