import { Screenplay } from '../types/voice';
export declare const splitSentence: (text: string) => string[];
export declare const textsToScreenplay: (texts: string[]) => Screenplay[];
