import type { AgentLoopOpts } from '../api/types.js'; export declare function buildSystemPrompt(opts: AgentLoopOpts): string; //# sourceMappingURL=system.d.ts.map