import { Agent } from "../engine/agent";
export declare const buildSystemPrompt: (agents: Agent[], optionalPrompt?: string) => string;
