import type * as ElevenLabs from "../index"; export interface EditChapterResponseModel { chapter: ElevenLabs.ChapterWithContentResponseModel; }