import type { PersonaConfig } from './types.js'; export declare function composePersonaPrompt(persona: PersonaConfig): string;