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