import type { MonologueSegment, NarrativePhase, NarrativePhases, NarratorPrompt } from '../types/index.js';
export declare const NARRATOR_PROMPT: NarratorPrompt;
export declare const NARRATIVE_PHASES: NarrativePhases;
export declare function createMonologuePrompt(topic: string, phase: NarrativePhase, previousContent?: MonologueSegment[]): string;
//# sourceMappingURL=prompts.d.ts.map