import type * as ElevenLabs from "../index";
export interface ChapterContentInputModel {
    blocks: ElevenLabs.ChapterContentBlockInputModel[];
}
