import type { LegendSkill } from '../types.js';
/**
* Build a system prompt for a legend persona
* This creates the instruction set that makes the AI embody the legend
*/
export declare function buildLegendSystemPrompt(legend: LegendSkill): string;
/**
* Format legend as markdown for context display
*/
export declare function formatLegendMarkdown(legend: LegendSkill): string;
//# sourceMappingURL=prompt-builder.d.ts.map