import type { MonologueSegment } from '../types/index.js';
export declare class ScriptFormatter {
    title: string;
    generatedDate: string;
    constructor();
    formatScript(segments: Partial<MonologueSegment>[], topic: string): Promise<string>;
    generateJSON(segments: Partial<MonologueSegment>[], topic: string): string;
    capitalizeFirst(text: string): string;
    generateFilename(topic: string): string;
}
//# sourceMappingURL=formatter.d.ts.map